public interface ViewFocusListener
extends java.util.EventListener
FocusListener.| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(ViewFocusEvent e)
Invoked when a component gains the keyboard focus.
|
void |
focusLost(ViewFocusEvent e)
Invoked when a component loses the keyboard focus.
|
void focusGained(ViewFocusEvent e)
void focusLost(ViewFocusEvent e)