Eclipse Platform
2.1

org.eclipse.swt.custom
Interface ExtendedModifyListener

All Superinterfaces:
EventListener, org.eclipse.swt.internal.SWTEventListener

public interface ExtendedModifyListener
extends org.eclipse.swt.internal.SWTEventListener


Method Summary
 void modifyText(ExtendedModifyEvent event)
          This method is called after a text change occurs.
 

Method Detail

modifyText

public void modifyText(ExtendedModifyEvent event)
This method is called after a text change occurs.

Parameters:
event.start - the start offset of the new text (input)
event.length - the length of the new text (input)
event.replacedText - the replaced text (input)

Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.