public abstract class CalendarableSelectionChangeListener
extends java.lang.Object
After creating an instance of a class that implements
this interface it can be added to a control using the
addSelectionListener method and removed using
the removeSelectionListener method. When
selection occurs in a control the appropriate method
will be invoked.
| Constructor and Description |
|---|
CalendarableSelectionChangeListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
selectionChanged(SelectionChangeEvent e)
Sent when selection occurs in the control.
|
public abstract void selectionChanged(SelectionChangeEvent e)
e - an event containing information about the selection