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 TypeMethodDescriptionvoidCalled when the listened to object has gained focus.voidfocusLost(FocusEvent fe) Called when the listened to object has lost focus.
-
Constructor Details
-
Stub
public Stub()
-
-
Method Details
-
focusGained
Description copied from interface:FocusListenerCalled when the listened to object has gained focus.- Specified by:
focusGainedin interfaceFocusListener- Parameters:
fe- The FocusEvent object- See Also:
-
focusLost
Description copied from interface:FocusListenerCalled when the listened to object has lost focus.- Specified by:
focusLostin interfaceFocusListener- Parameters:
fe- The FocusEvent object- See Also:
-