Interface RejectedCallback
-
public interface RejectedCallback
Callback interface ofZoomPlugin.ID
plugin that is called once zooming or panning is rejected.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onRejected(ZoomContext context)
Method called once zooming or panning is rejected.
-
-
-
Method Detail
-
onRejected
void onRejected(ZoomContext context)
Method called once zooming or panning is rejected.- Parameters:
context
-ZoomPlugin.ID
plugin context instance
-
-