Package org.eclipse.swt.events
Class MenuAdapter
java.lang.Object
org.eclipse.swt.events.MenuAdapter
- All Implemented Interfaces:
- MenuListener
This adapter class provides default implementations for the
 methods described by the 
MenuListener interface.
 
 Classes that wish to deal with MenuEvents can
 extend this class and override only the methods which they are
 interested in.
 
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidSent when a menu is hidden.voidSent when a menu is shown.
- 
Constructor Details- 
MenuAdapterpublic MenuAdapter()
 
- 
- 
Method Details