public interface HasIndicatorClickHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addIndicatorClickHandler(IndicatorClickHandler handler)
Called whenever an
IndicatorCanvas is clicked in the timelineView . |
fireEvent
HandlerRegistration addIndicatorClickHandler(IndicatorClickHandler handler)
IndicatorCanvas
is clicked in the timelineView
. There is no default implementation.handler
- the indicatorClick handlerHandlerRegistration
used to remove this handler