public interface HasZoneClickHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addZoneClickHandler(ZoneClickHandler handler)
Called whenever a
ZoneCanvas is clicked in the timelineView . |
fireEvent
HandlerRegistration addZoneClickHandler(ZoneClickHandler handler)
ZoneCanvas
is clicked in the timelineView
. There is no default implementation.handler
- the zoneClick handlerHandlerRegistration
used to remove this handler