Package org.eclipse.draw2d
Class FocusListener.Stub
java.lang.Object
org.eclipse.draw2d.FocusListener.Stub
- All Implemented Interfaces:
FocusListener
- Enclosing interface:
- FocusListener
An empty implementation of FocusListener for convenience.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.draw2d.FocusListener
FocusListener.Stub
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when the listened to object has gained focus.void
focusLost
(FocusEvent fe) Called when the listened to object has lost focus.
-
Constructor Details
-
Stub
public Stub()
-
-
Method Details
-
focusGained
Description copied from interface:FocusListener
Called when the listened to object has gained focus.- Specified by:
focusGained
in interfaceFocusListener
- Parameters:
fe
- The FocusEvent object- See Also:
-
focusLost
Description copied from interface:FocusListener
Called when the listened to object has lost focus.- Specified by:
focusLost
in interfaceFocusListener
- Parameters:
fe
- The FocusEvent object- See Also:
-