Interface CompletedCallback
-
public interface CompletedCallback
Callback interface ofZoomPlugin.ID
plugin 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 void
onCompleted(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.ID
plugin context instance
-
-