Package muntjac :: Package addon :: Package colorpicker :: Module color_picker :: Class IColorChangeListener
[hide private]
[frames] | no frames]

Class IColorChangeListener

source code

object --+
         |
        IColorChangeListener
Known Subclasses:

The listener interface for receiving colorChange events. The class that is interested in processing a colorChange event implements this interface, and the object created with that class is registered with a component using the component's addColorChangeListener method. When the colorChange event occurs, that object's appropriate method is invoked.


See Also: ColorChangeEvent

Instance Methods [hide private]
 
colorChanged(self, event) 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__