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

Class ITextChangeListener

source code

                                  object --+        
                                           |        
                         util.IEventListener --+    
                                               |    
component_event_listener.IComponentEventListener --+
                                                   |
                                                  ITextChangeListener

A listener for TextChangeEvents.

Instance Methods [hide private]
 
textChange(self, event)
This method is called repeatedly while the text is edited by a user.
source code

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

Class Variables [hide private]
  EVENT_ID = 'ie'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

textChange(self, event)

source code 

This method is called repeatedly while the text is edited by a user.

Parameters:
  • event - the event providing details of the text change