Class PdfSweepProductEvent

java.lang.Object
com.itextpdf.commons.actions.AbstractITextEvent
com.itextpdf.commons.actions.AbstractProductITextEvent
com.itextpdf.commons.actions.AbstractContextBasedITextEvent
com.itextpdf.commons.actions.AbstractProductProcessITextEvent
com.itextpdf.pdfcleanup.actions.event.PdfSweepProductEvent
All Implemented Interfaces:
com.itextpdf.commons.actions.IEvent

public class PdfSweepProductEvent extends com.itextpdf.commons.actions.AbstractProductProcessITextEvent
Class represents events registered in iText cleanup module.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Cleanup event type description.
  • Method Summary

    Modifier and Type
    Method
    Description
    createCleanupPdfEvent(com.itextpdf.commons.actions.sequence.SequenceId sequenceId, com.itextpdf.commons.actions.contexts.IMetaInfo metaInfo)
    Creates a cleanup-pdf event which associated with a general identifier and additional meta data.
     

    Methods inherited from class com.itextpdf.commons.actions.AbstractProductProcessITextEvent

    getConfirmationType, getSequenceId

    Methods inherited from class com.itextpdf.commons.actions.AbstractContextBasedITextEvent

    getClassFromContext, setMetaInfo

    Methods inherited from class com.itextpdf.commons.actions.AbstractProductITextEvent

    getProductData, getProductName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • createCleanupPdfEvent

      public static PdfSweepProductEvent createCleanupPdfEvent (com.itextpdf.commons.actions.sequence.SequenceId sequenceId, com.itextpdf.commons.actions.contexts.IMetaInfo metaInfo)
      Creates a cleanup-pdf event which associated with a general identifier and additional meta data.
      Parameters:
      sequenceId - is an identifier associated with the event
      metaInfo - is an additional meta info
      Returns:
      the cleanup-pdf event
    • getEventType

      public String getEventType()
      Specified by:
      getEventType in class com.itextpdf.commons.actions.AbstractProductProcessITextEvent