public static interface

ZIndexInspectorView.ZIndexChangeListener

com.pspdfkit.ui.inspector.views.ZIndexInspectorView.ZIndexChangeListener

Class Overview

Listener for z-index order changes.

Summary

Public Methods
abstract void onMoveExecuted(ZIndexInspectorView view, AnnotationZIndexMove executedMove)
Called when the z-index move has been executed from the inspector.

Public Methods

public abstract void onMoveExecuted (ZIndexInspectorView view, AnnotationZIndexMove executedMove)

Called when the z-index move has been executed from the inspector.

Parameters
view View on which the move has been executed.
executedMove The move that was executed.