public static class FocusListener.Stub extends java.lang.Object implements FocusListener
FocusListener.Stub| Constructor and Description |
|---|
FocusListener.Stub() |
| 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.
|
public void focusGained(FocusEvent fe)
FocusListenerfocusGained in interface FocusListenerfe - The FocusEvent objectFocusListener.focusGained(FocusEvent)public void focusLost(FocusEvent fe)
FocusListenerfocusLost in interface FocusListenerfe - The FocusEvent objectFocusListener.focusLost(FocusEvent)Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.