java.awt.event
Interface TextListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AWTEventMulticaster, TextArea.AccessibleAWTTextArea, TextComponent.AccessibleAWTTextComponent, TextField.AccessibleAWTTextField

public interface TextListener
extends EventListener

This interface is for classes that wish to be notified when text changes in a component.

Since:
1.1
See Also:
TextEvent

Method Summary
 void textValueChanged(TextEvent event)
          This method is called when the text being monitored changes.
 

Method Detail

textValueChanged

void textValueChanged(TextEvent event)
This method is called when the text being monitored changes.

Parameters:
event - the TextEvent indicating the change