Interface RejectedCallback
- 
 public interface RejectedCallbackCallback interface ofZoomPlugin.IDplugin that is called once zooming or panning is rejected.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonRejected(ZoomContext context)Method called once zooming or panning is rejected.
 
- 
- 
- 
Method Detail- 
onRejectedvoid onRejected(ZoomContext context) Method called once zooming or panning is rejected.- Parameters:
- context-- ZoomPlugin.IDplugin context instance
 
 
- 
 
-