org.eclipse.draw2d
Class FocusListener.Stub
java.lang.Object
|
+--org.eclipse.draw2d.FocusListener.Stub
- All Implemented Interfaces:
- FocusListener
- Enclosing class:
- FocusListener
- public static class FocusListener.Stub
- extends Object
- implements FocusListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FocusListener.Stub
public FocusListener.Stub()
focusGained
public void focusGained(FocusEvent fe)
- Description copied from interface:
FocusListener
- Called when the listened to object has gained
focus.
- Specified by:
focusGained in interface FocusListener
focusLost
public void focusLost(FocusEvent fe)
- Description copied from interface:
FocusListener
- Called when the listened to object has lost
focus.
- Specified by:
focusLost in interface FocusListener