com.jmex.bui.event
Interface TextListener

All Superinterfaces:
ComponentListener

public interface TextListener
extends ComponentListener

Used to communicate text modification events for text components.


Method Summary
 void textChanged(TextEvent event)
          Dispatched when the text value changes in a text component.
 

Method Detail

textChanged

void textChanged(TextEvent event)
Dispatched when the text value changes in a text component.



Copyright © 2008 Michael Bayne. All Rights Reserved.