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.IDplugin that is called once zooming or panning is completed.ModeCallback Callback interface ofZoomPlugin.IDplugin to set the mode (pan and zoom) directions at runtime.ProgressCallback Callback interface ofZoomPlugin.IDplugin that is called while the user is zooming or panning.RejectedCallback Callback interface ofZoomPlugin.IDplugin that is called once zooming or panning is rejected.StartCallback Callback interface ofZoomPlugin.IDplugin that is called when pan or zoom is about to start.
If this callback returnsfalse, pan or zoom is aborted andRejectedCallbackis invoked.