public interface StartCallback
ZoomPlugin.ID
plugin that is called when pan or zoom is about to start.false
, pan or zoom is aborted and RejectedCallback
is invoked.Modifier and Type | Method and Description |
---|---|
boolean |
onStart(ZoomContext context)
Method called when pan or zoom is about to start.
|
boolean onStart(ZoomContext context)
context
- ZoomPlugin.ID
plugin context instancefalse
, pan or zoom is aborted and RejectedCallback
is invoked.