public abstract class SelectionAdapter extends java.lang.Object implements SelectionListener
SelectionListener
interface.
Classes that wish to deal with SelectionEvent
s can
extend this class and override only the methods which they are
interested in.
Constructor and Description |
---|
SelectionAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
widgetDefaultSelected(SelectionEvent e)
Sent when default selection occurs in the control.
|
void |
widgetSelected(SelectionEvent e)
Sent when selection occurs in the control.
|
public void widgetSelected(SelectionEvent e)
widgetSelected
in interface SelectionListener
e
- an event containing information about the selectionpublic void widgetDefaultSelected(SelectionEvent e)
widgetDefaultSelected
in interface SelectionListener
e
- an event containing information about the default selection