|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ibm.techexplorer.awt.event.FocusAdaptor
The FocusAdaptor
is a focus listener with default implementations
for the methods imposed by the
ibm.techexplorer.awt.event.FocusListener
interface.
The methods in this class are empty; this class is provided as a
convenience for ease in creating listeners by extending this class and
overriding only the methods of interest. Adaptor classes are frequently implemented
as inner classes.
AWTEvent
,
FocusEvent
,
FocusListener
Constructor Summary | |
FocusAdaptor()
|
Method Summary | |
void |
focusGained(FocusEvent e)
Invoked when a techexplorer instance gains the focus. |
void |
focusLost(FocusEvent e)
Invoked when a techexplorer instance loses the focus. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public FocusAdaptor()
Method Detail |
public void focusGained(FocusEvent e)
public void focusLost(FocusEvent e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |