public class SelectionChangeEvent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
CalendarableItem |
newSelection
The new selection or null if the selection is being cleared
|
CalendarableItem |
oldSelection
The previously selected Calendarable or null if no selection
|
| Constructor and Description |
|---|
SelectionChangeEvent(CalendarableItem oldSelection,
CalendarableItem newSelection)
Constructor SelectionChangeEvent.
|
public final CalendarableItem oldSelection
public final CalendarableItem newSelection
public SelectionChangeEvent(CalendarableItem oldSelection, CalendarableItem newSelection)
oldSelection - The previously selected Calendarable or null if no selectionnewSelection - The new selection or null if the selection is being cleared