Interface RedactionView.RedactionViewListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onRedactionsApplied() Called when the apply redactions button was clicked.
      abstract void onRedactionsCleared() Called when the clear redaction buttons was clicked.
      abstract void onPreviewModeChanged(boolean previewEnabled) Called when the enabled / disable redaction preview button was clicked.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onRedactionsApplied

         abstract void onRedactionsApplied()

        Called when the apply redactions button was clicked.

      • onRedactionsCleared

         abstract void onRedactionsCleared()

        Called when the clear redaction buttons was clicked.

      • onPreviewModeChanged

         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.