public interface TextListener extends EventListener
addTextListener method. When the component's text changes, the listener object's
textValueChanged method is invoked.
TextEvent
| Modifier and Type | Method and Description |
|---|---|
void |
textValueChanged(TextEvent
Invoked when the value of the text has changed.
|
void textValueChanged(TextEvente)