public interface ComponentEventListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
gotFocus(java.lang.Object sender,
ComponentEvent e)
Raised when the component receives the input focus.
|
void |
lostFocus(java.lang.Object sender,
ComponentEvent e)
Raised when the component loses the input focus.
|
void |
validated(java.lang.Object sender,
ComponentEvent e)
Raised after validating event confirms the change.
|
void validated(java.lang.Object sender, ComponentEvent e)
sender
- The component that raises the event.e
- An object providing information about the event.void gotFocus(java.lang.Object sender, ComponentEvent e)
sender
- The component that raises the event.e
- An object providing information about the event.void lostFocus(java.lang.Object sender, ComponentEvent e)
sender
- The component that raises the event.e
- An object providing information about the event.