org.mdanderson.biostat.util
public class AutoSelectEventHandler extends Object implements FocusListener
Constructor and Description |
---|
AutoSelectEventHandler() |
Modifier and Type | Method and Description |
---|---|
void |
focusGained(FocusEvent event)
Invoked when component gains the keyboard focus.
|
void |
focusLost(FocusEvent event)
Invoked when component loses the keyboard focus.
|
public void focusGained(FocusEvent event)
focusGained
in interface FocusListener
event
- low-level input focus eventpublic void focusLost(FocusEvent event)
focusLost
in interface FocusListener
event
- low-level input focus eventCopyright © 2002 M.D. Anderson Cancer Center. All Rights Reserved.