public static interface

RedactionView.RedactionViewListener

com.pspdfkit.ui.redaction.RedactionView.RedactionViewListener

Class Overview

Listener receiving calls when redaction events are triggered.

Summary

Public Methods
abstract void onPreviewModeChanged(boolean previewEnabled)
Called when the enabled / disable redaction preview button was clicked.
abstract void onRedactionsApplied()
Called when the apply redactions button was clicked.
abstract void onRedactionsCleared()
Called when the clear redaction buttons was clicked.

Public Methods

public abstract void onPreviewModeChanged (boolean previewEnabled)

Called when the enabled / disable redaction preview button was clicked.

Parameters
previewEnabled true if redactions should be previewed, false if they should just be rendered as marks.

public abstract void onRedactionsApplied ()

Called when the apply redactions button was clicked.

public abstract void onRedactionsCleared ()

Called when the clear redaction buttons was clicked.