Uses of Interface
com.itextpdf.commons.actions.IEvent
-
-
Uses of IEvent in com.itextpdf.commons.actions
Classes in com.itextpdf.commons.actions that implement IEvent Modifier and Type Class Description classAbstractContextBasedITextEventRepresents a context-based event.classAbstractEventWrapperBase class to wrap events.classAbstractITextConfigurationEventAbstract class which represents system configuration events.classAbstractITextEventAbstract class which defines events only for internal usage.classAbstractProductITextEventAbstract class which defines general product events by encapsulatingProductDataof the product which generated event.classAbstractProductProcessITextEventAbstract class which defines product process event.classAbstractStatisticsEventAbstract class which defines statistics event.Methods in com.itextpdf.commons.actions with parameters of type IEvent Modifier and Type Method Description voidAbstractContextBasedEventHandler. onEvent(IEvent event)Performs context validation and if event is allowed to be processed passes it toAbstractContextBasedEventHandler.onAcceptedEvent(AbstractContextBasedITextEvent).voidEventManager. onEvent(IEvent event)Handles the event.voidIEventHandler. onEvent(IEvent event)Handles the event. -
Uses of IEvent in com.itextpdf.commons.actions.confirmations
Classes in com.itextpdf.commons.actions.confirmations that implement IEvent Modifier and Type Class Description classConfirmedEventWrapperA wrapper for aAbstractProductProcessITextEventstoring additional data about the event.classConfirmEventUsed to confirm that process associated with someAbstractProductProcessITextEventended successfully. -
Uses of IEvent in com.itextpdf.commons.actions.contexts
Classes in com.itextpdf.commons.actions.contexts that implement IEvent Modifier and Type Class Description classAbstractContextManagerConfigurationEventClass is recommended for internal usage. -
Uses of IEvent in com.itextpdf.commons.actions.producer
Classes in com.itextpdf.commons.actions.producer that implement IEvent Modifier and Type Class Description classProducerBuilderClass is used for producer line building. -
Uses of IEvent in com.itextpdf.kernel.actions.events
Classes in com.itextpdf.kernel.actions.events that implement IEvent Modifier and Type Class Description classAddFingerPrintEventThis class is responsible for adding a fingerprint.classFlushPdfDocumentEventClass represents events notifying thatPdfDocumentwas flushed.classITextCoreProductEventClass represents events registered in iText core module.classLinkDocumentIdEventAn event allows to associate someSequenceIdwithPdfDocument. -
Uses of IEvent in com.itextpdf.kernel.pdf.event
Classes in com.itextpdf.kernel.pdf.event that implement IEvent Modifier and Type Class Description classAbstractPdfDocumentEventDescribes abstract PDF document event of the specified type.classPdfDocumentEventEvent dispatched by PdfDocument.Methods in com.itextpdf.kernel.pdf.event with parameters of type IEvent Modifier and Type Method Description voidAbstractPdfDocumentEventHandler. onEvent(IEvent event) -
Uses of IEvent in com.itextpdf.kernel.pdf.statistics
Classes in com.itextpdf.kernel.pdf.statistics that implement IEvent Modifier and Type Class Description classNumberOfPagesStatisticsEventClass which represents event for counting the number of pages in a PDF document.classSizeOfPdfStatisticsEventClass which represents event related to size of the PDF document. -
Uses of IEvent in com.itextpdf.layout.renderer.typography
Classes in com.itextpdf.layout.renderer.typography that implement IEvent Modifier and Type Class Description classAbstractTypographyApplierclassDefaultTypographyApplier -
Uses of IEvent in com.itextpdf.signatures.mac
Classes in com.itextpdf.signatures.mac that implement IEvent Modifier and Type Class Description classSignatureContainerGenerationEventRepresents an event firing before creating signature container.classSignatureDocumentClosingEventRepresents an event firing before embedding the signature into the document.
-