org.eclipse.swt.events
Interface ModifyListener

All Superinterfaces:
SWTEventListener

public interface ModifyListener
extends SWTEventListener


Method Summary
 void modifyText(ModifyEvent e)
          This method of implementing objects is invoked when the text of a widget or an other graphics object is modified by user action.
 

Method Detail

modifyText

public void modifyText(ModifyEvent e)
This method of implementing objects is invoked when the text of a widget or an other graphics object is modified by user action.

Parameters:
e - - the ModifyEvent