Interface RejectedCallback
-
public interface RejectedCallbackCallback interface ofZoomPlugin.IDplugin 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 voidonRejected(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.IDplugin context instance
-
-