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