java.awt.event
Interface TextListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
java.awt.TextComponent.AccessibleAWTTextComponent, AWTEventMulticaster

public interface TextListener
extends EventListener

Unsafe:


Method Summary
 void textValueChanged(TextEvent e)
          Enabled: Invoked when the value of the text has changed.
 

Method Detail

textValueChanged

public void textValueChanged(TextEvent e)
Enabled: Invoked when the value of the text has changed. The code written for this method performs the operations that need to occur when text changes.



comments?