java.awt.event
public interface TextListener extends EventListener
Since: 1.1
See Also: TextEvent
UNKNOWN: updated to 1.4
| Method Summary | |
|---|---|
| void | textValueChanged(TextEvent event)
This method is called when the text being monitored changes.
|
Parameters: event the TextEvent indicating the change