public interface ModifyListener extends SWTEventListener
After creating an instance of a class that implements
this interface it can be added to a text widget using the
addModifyListener
method and removed using
the removeModifyListener
method. When the
text is modified, the modifyText method will be invoked.
ModifyEvent
Modifier and Type | Method and Description |
---|---|
void |
modifyText(ModifyEvent e)
Sent when the text is modified.
|
void modifyText(ModifyEvent e)
e
- an event containing information about the modifyCopyright © 2017. All Rights Reserved.