Package com.pspdfkit.ui.inspector
Interface PropertyInspector.OnCancelListener
-
- All Implemented Interfaces:
public interface PropertyInspector.OnCancelListener
Listener for inspector cancellation.
-
-
Method Summary
Modifier and Type Method Description abstract void
onCancel(@NonNull() PropertyInspector inspector)
Called when PropertyInspector was canceled. -
-
Method Detail
-
onCancel
abstract void onCancel(@NonNull() PropertyInspector inspector)
Called when PropertyInspector was canceled.
- Parameters:
inspector
- which was canceled
-
-
-
-