Class AbstractPdfOcrEventHelper

java.lang.Object
com.itextpdf.commons.actions.AbstractITextEvent
com.itextpdf.pdfocr.AbstractPdfOcrEventHelper
All Implemented Interfaces:
com.itextpdf.commons.actions.IEvent

public abstract class AbstractPdfOcrEventHelper extends com.itextpdf.commons.actions.AbstractITextEvent
Helper class for working with events. This class is for internal usage.
  • Constructor Details

    • AbstractPdfOcrEventHelper

      public AbstractPdfOcrEventHelper()
  • Method Details

    • onEvent

      public abstract void onEvent (com.itextpdf.commons.actions.AbstractProductITextEvent event)
      Handles the event.
      Parameters:
      event - event
    • getSequenceId

      public abstract com.itextpdf.commons.actions.sequence.SequenceId getSequenceId()
      Returns the sequence id
      Returns:
      sequence id
    • getConfirmationType

      public abstract com.itextpdf.commons.actions.confirmations.EventConfirmationType getConfirmationType()
      Returns the confirmation type of event.
      Returns:
      event confirmation type