Interface DateChangedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDateChanged
(DateChangedEvent event) Fires whenever the user changes the current date, including picking a specific date or navigating to a new week or month.
-
Method Details
-
onDateChanged
Fires whenever the user changes the current date, including picking a specific date or navigating to a new week or month.- Parameters:
event
- the event
-