Package org.eclipse.draw2d
Interface FocusListener
- All Known Implementing Classes:
FocusListener.Stub
public interface FocusListener
A listener interface for receiving
FocusEvents.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classAn empty implementation of FocusListener for convenience. -
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.
-
Method Details
-
focusGained
Called when the listened to object has gained focus.- Parameters:
fe- The FocusEvent object
-
focusLost
Called when the listened to object has lost focus.- Parameters:
fe- The FocusEvent object
-