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
ConstructorDescriptionWidgetSelected
(WidgetSelectedEvent listener) Constructor with the single-event function.Method Summary
Modifier and TypeMethodDescriptionvoid
Default-selection event is ignored.void
This 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:
widgetSelected
in interfaceSelectionListener
widgetDefaultSelected
Default-selection event is ignored.- Specified by:
widgetDefaultSelected
in interfaceSelectionListener