public interface FocusListener
FocusEvents.| Modifier and Type | Interface and Description |
|---|---|
static class |
FocusListener.Stub
An empty implementation of FocusListener for convenience.
|
| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(FocusEvent fe)
Called when the listened to object has gained focus.
|
void |
focusLost(FocusEvent fe)
Called when the listened to object has lost focus.
|
void focusGained(FocusEvent fe)
fe - The FocusEvent objectvoid focusLost(FocusEvent fe)
fe - The FocusEvent objectCopyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.