swingwt.awt.event
Interface TextListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AWTEventMulticaster

public interface TextListener
extends java.util.EventListener

A listener for receiving text events.


Method Summary
 void textValueChanged(TextEvent e)
           
 

Method Detail

textValueChanged

public void textValueChanged(TextEvent e)