public interface EditComponentListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
textChanged(java.lang.Object sender,
ComponentTextEvent e)
Raised when the text is changed.
|
void |
textChanging(java.lang.Object sender,
ComponentTextValidationEvent e)
Raised when the text is about to be changed.
|
void textChanged(java.lang.Object sender, ComponentTextEvent e)
sender
- The component that raises the event.e
- An object providing information about the event.void textChanging(java.lang.Object sender, ComponentTextValidationEvent e)
sender
- The component that raises the event.e
- An object providing information about the event.