public interface HasZoomChangedHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addZoomChangedHandler(ZoomChangedHandler handler)
Fires when the end user changes the zoom position in a
zoomed chart . |
com.google.gwt.event.shared.HandlerRegistration addZoomChangedHandler(ZoomChangedHandler handler)
zoomed chart
.handler
- the zoomChanged handlerHandlerRegistration
used to remove this handler