Interface ZoneClickHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onZoneClick
(ZoneClick event) Called whenever aZoneCanvas
is clicked in views other thanMonth
.
-
Method Details
-
onZoneClick
Called whenever aZoneCanvas
is clicked in views other thanMonth
. There is no default implementation.- Parameters:
event
- the event
-