|
Eclipse Remote Application Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModifyListener
Classes which implement this interface provide a method that deals with the events that are generated when text is modified.
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
Method Summary | |
---|---|
void |
modifyText(ModifyEvent event)
Sent when the text is modified. |
Method Detail |
---|
void modifyText(ModifyEvent event)
event
- an event containing information about the modify
|
Eclipse Remote Application Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2013. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0