Package | Description |
---|---|
org.pepstock.charba.client.zoom.callbacks |
Contains the
ZoomPlugin.ID plugin callback interfaces to configure the plugin itself and to catch events. |
Modifier and Type | Method and Description |
---|---|
void |
CompletedCallback.onCompleted(ZoomContext context)
Method called once zooming or panning is completed.
|
void |
ProgressCallback.onProgress(ZoomContext context)
Method called while the user is zooming or panning.
|
void |
RejectedCallback.onRejected(ZoomContext context)
Method called once zooming or panning is rejected.
|
boolean |
StartCallback.onStart(ZoomContext context)
Method called when pan or zoom is about to start.
|