Interface CompletedCallback
-
public interface CompletedCallbackCallback interface ofZoomPlugin.IDplugin that is called once zooming or panning is completed.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCompleted(ZoomContext context)Method called once zooming or panning is completed.
-
-
-
Method Detail
-
onCompleted
void onCompleted(ZoomContext context)
Method called once zooming or panning is completed.- Parameters:
context-ZoomPlugin.IDplugin context instance
-
-