java.util.EventListener
, org.eclipse.swt.internal.SWTEventListener
public interface SelectionChangeListener
extends org.eclipse.swt.internal.SWTEventListener
After creating an instance of a class that implements this interface it can
be added to a control using the addSelectionChangeListener
method and removed using the removeSelectionChangeListener
method. When selection occurs in a control the appropriate method will be
invoked.
SelectionChangeEvent
Modifier and Type | Method | Description |
---|---|---|
void |
widgetSelected(SelectionChangeEvent e) |
Sent when selection occurs in the control.
|
void widgetSelected(SelectionChangeEvent e)
e
- an event containing information about the selection