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 SummaryNested classes/interfaces inherited from interface org.eclipse.draw2d.FocusListenerFocusListener.Stub
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidCalled when the listened to object has gained focus.voidfocusLost(FocusEvent fe) Called when the listened to object has lost focus.
- 
Constructor Details- 
Stubpublic Stub()
 
- 
- 
Method Details- 
focusGainedDescription copied from interface:FocusListenerCalled when the listened to object has gained focus.- Specified by:
- focusGainedin interface- FocusListener
- Parameters:
- fe- The FocusEvent object
- See Also:
 
- 
focusLostDescription copied from interface:FocusListenerCalled when the listened to object has lost focus.- Specified by:
- focusLostin interface- FocusListener
- Parameters:
- fe- The FocusEvent object
- See Also:
 
 
-