public interface ModifyListener
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 event)
Sent when the text is modified.
|
void modifyText(ModifyEvent event)
event
- an event containing information about the modify
Copyright (c) EclipseSource and others 2002, 2020.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0