Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addIndicatorClickHandler(IndicatorClickHandler handler)
Called whenever an
IndicatorCanvas is clicked in the timelineView . |
com.google.gwt.event.shared.HandlerRegistration addIndicatorClickHandler(IndicatorClickHandler handler)
IndicatorCanvas
is clicked in the timelineView
. There is no default implementation.handler
- the indicatorClick handlerHandlerRegistration
used to remove this handler