Interface HasIndicatorClickHandlers
- All Superinterfaces:
HasHandlers
-
Method Summary
Modifier and TypeMethodDescriptionCalled whenever anIndicatorCanvas
is clicked in thetimelineView
.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addIndicatorClickHandler
Called whenever anIndicatorCanvas
is clicked in thetimelineView
. There is no default implementation.- Parameters:
handler
- the indicatorClick handler- Returns:
HandlerRegistration
used to remove this handler
-