com.threerings.opengl.gui.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.