-
public interface ImageViewer.OnImageChangeListenerInterface definition for a callback to be invoked when image was changed
-
-
Method Summary
Modifier and Type Method Description abstract voidonImageChange(int position)-
-
Method Detail
-
onImageChange
abstract void onImageChange(int position)
-
-
-
-