Uses of Interface
com.itextpdf.commons.actions.IEvent
Packages that use IEvent
Package
Description
-
Uses of IEvent in com.itextpdf.commons.actions
Classes in com.itextpdf.commons.actions that implement IEventModifier and TypeClassDescriptionclass
Represents a context-based event.class
Base class to wrap events.class
Abstract class which represents system configuration events.class
Abstract class which defines events only for internal usage.class
Abstract class which defines general product events by encapsulatingProductData
of the product which generated event.class
Abstract class which defines product process event.class
Abstract class which defines statistics event.Methods in com.itextpdf.commons.actions with parameters of type IEventModifier and TypeMethodDescriptionfinal void
Performs context validation and if event is allowed to be processed passes it toAbstractContextBasedEventHandler.onAcceptedEvent(AbstractContextBasedITextEvent)
.void
Handles the event.void
Handles the event. -
Uses of IEvent in com.itextpdf.commons.actions.confirmations
Classes in com.itextpdf.commons.actions.confirmations that implement IEventModifier and TypeClassDescriptionclass
A wrapper for aAbstractProductProcessITextEvent
storing additional data about the event.class
Used to confirm that process associated with someAbstractProductProcessITextEvent
ended successfully. -
Uses of IEvent in com.itextpdf.commons.actions.contexts
Classes in com.itextpdf.commons.actions.contexts that implement IEventModifier and TypeClassDescriptionclass
Class is recommended for internal usage. -
Uses of IEvent in com.itextpdf.commons.actions.producer
Classes in com.itextpdf.commons.actions.producer that implement IEventModifier and TypeClassDescriptionfinal class
Class is used for producer line building. -
Uses of IEvent in com.itextpdf.kernel.actions.events
Classes in com.itextpdf.kernel.actions.events that implement IEventModifier and TypeClassDescriptionfinal class
This class is responsible for adding a fingerprint.final class
Class represents events notifying thatPdfDocument
was flushed.final class
Class represents events registered in iText core module.final class
An event allows to associate someSequenceId
withPdfDocument
. -
Uses of IEvent in com.itextpdf.kernel.pdf.event
Classes in com.itextpdf.kernel.pdf.event that implement IEventModifier and TypeClassDescriptionclass
Describes abstract PDF document event of the specified type.class
Event dispatched by PdfDocument.Methods in com.itextpdf.kernel.pdf.event with parameters of type IEvent -
Uses of IEvent in com.itextpdf.kernel.pdf.statistics
Classes in com.itextpdf.kernel.pdf.statistics that implement IEventModifier and TypeClassDescriptionclass
Class which represents event for counting the number of pages in a PDF document.class
Class 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 IEventModifier and TypeClassDescriptionclass
final class
-
Uses of IEvent in com.itextpdf.signatures.mac
Classes in com.itextpdf.signatures.mac that implement IEventModifier and TypeClassDescriptionclass
Represents an event firing before creating signature container.class
Represents an event firing before embedding the signature into the document.