Interface ProgressCallback
-
public interface ProgressCallbackCallback interface ofZoomPlugin.IDplugin that is called while the user is zooming or panning.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonProgress(ZoomContext context)Method called while the user is zooming or panning.
-
-
-
Method Detail
-
onProgress
void onProgress(ZoomContext context)
Method called while the user is zooming or panning.- Parameters:
context-ZoomPlugin.IDplugin context instance
-
-