Package com.iizix.swt
Class WidgetSelected
java.lang.Object
com.iizix.swt.WidgetSelected
- All Implemented Interfaces:
EventListener,SelectionListener,SWTEventListener
Class to wrap the SelectionListener interface to a functional event.
- Author:
- Christopher Mindus
Constructor Summary
ConstructorsConstructorDescriptionWidgetSelected(WidgetSelectedEvent listener) Constructor with the single-event function.Method Summary
Modifier and TypeMethodDescriptionvoidDefault-selection event is ignored.voidThis event is forwarded.
Constructor Details
WidgetSelected
Constructor with the single-event function.- Parameters:
listener- The listener to "widgetSelected".
Method Details
widgetSelected
This event is forwarded.- Specified by:
widgetSelectedin interfaceSelectionListener
widgetDefaultSelected
Default-selection event is ignored.- Specified by:
widgetDefaultSelectedin interfaceSelectionListener