Package muntjac :: Package event :: Module field_events :: Class ITextChangeNotifier
[hide private]
[frames] | no frames]

Class ITextChangeNotifier

source code

object --+
         |
        ITextChangeNotifier

An interface implemented by a Field supporting TextChangeEvents. An example a TextField supports ITextChangeListeners.

Instance Methods [hide private]
 
addListener(self, listener, iface=None) source code
 
addCallback(self, callback, eventType=None, *args) source code
 
removeListener(self, listener, iface=None) source code
 
removeCallback(self, callback, eventType=None) 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__