Package muntjac :: Package addon :: Package invient :: Module invient_charts :: Class ChartSVGAvailableListener
[hide private]
[frames] | no frames]

Class ChartSVGAvailableListener

source code

object --+
         |
        ChartSVGAvailableListener

Interface for listening for a ChartSVGAvailableEvent triggered by InvientCharts.

The chart can have only one listener of this type registered at any time. If a listener has already been registered and an attempt is made to register another listener then the previously registered listener will be unregistered and the new listener will be registered.

A listener will be called only once after it has been registered though it will be called again if the same listener is registered again.


Authors:
Invient, Richard Lincoln
Instance Methods [hide private]
 
svgAvailable(self, chartSVGAvailableEvent) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__