Package org.pepstock.charba.client.zoom.callbacks
Contains the
ZoomPlugin.ID
plugin callback interfaces to configure the plugin itself and to catch events.- Author:
- Andrea "Stock" Stocchero
-
Interface Summary Interface Description CompletedCallback Callback interface ofZoomPlugin.ID
plugin that is called once zooming or panning is completed.ModeCallback Callback interface ofZoomPlugin.ID
plugin to set the mode (pan and zoom) directions at runtime.ProgressCallback Callback interface ofZoomPlugin.ID
plugin that is called while the user is zooming or panning.RejectedCallback Callback interface ofZoomPlugin.ID
plugin that is called once zooming or panning is rejected.StartCallback Callback interface ofZoomPlugin.ID
plugin that is called when pan or zoom is about to start.
If this callback returnsfalse
, pan or zoom is aborted andRejectedCallback
is invoked.