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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|