public interface CalenderDialogActionHandler extends ActionHandler
The ActionHandler-interface for Calendar specific operations.
It's specifically meant to get the date/time information of Date/Time dialogs after the user has confirmed his selection.
| Modifier and Type | Method and Description |
|---|---|
void |
onCalenderSet(Calendar calendar)
Called when the date is actually set from the Date/Time picker dialog.
|
void onCalenderSet(Calendar calendar)
calendar - The calendar-object holding the date/time information selected by the user.