Package org.eclipse.draw2d
Interface FocusListener
- All Known Implementing Classes:
- FocusListener.Stub
public interface FocusListener
A listener interface for receiving 
FocusEvents.- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classAn empty implementation of FocusListener for convenience.
- 
Method SummaryModifier and TypeMethodDescriptionvoidCalled when the listened to object has gained focus.voidfocusLost(FocusEvent fe) Called when the listened to object has lost focus.
- 
Method Details- 
focusGainedCalled when the listened to object has gained focus.- Parameters:
- fe- The FocusEvent object
 
- 
focusLostCalled when the listened to object has lost focus.- Parameters:
- fe- The FocusEvent object
 
 
-