Interface IndicatorClickHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onIndicatorClick
(IndicatorClick event) Called whenever anIndicatorCanvas
is clicked in thetimelineView
.
-
Method Details
-
onIndicatorClick
Called whenever anIndicatorCanvas
is clicked in thetimelineView
. There is no default implementation.- Parameters:
event
- the event
-