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