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)
FocusListener
focusGained
in interface FocusListener
fe
- The FocusEvent objectFocusListener.focusGained(FocusEvent)
public void focusLost(FocusEvent fe)
FocusListener
focusLost
in interface FocusListener
fe
- The FocusEvent objectFocusListener.focusLost(FocusEvent)
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.