Interface HasZoomChangedHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 FacetChart
- 
Method Summary
Modifier and TypeMethodDescriptionaddZoomChangedHandler(ZoomChangedHandler handler) Fires when the end user changes the zoom position in azoomed chart.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addZoomChangedHandler
Fires when the end user changes the zoom position in azoomed chart.- Parameters:
 handler- the zoomChanged handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -