Interface java.awt.event.TextListener
- public interface TextListener
- extends EventListener
The listener interface for receiving adjustment events.
Method Index
- textValueChanged(TextEvent)
- Invoked when the value of the text has changed.
Methods
textValueChanged
public abstract void textValueChanged(TextEvent e)
- Invoked when the value of the text has changed.
