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 class
AbstractContextBasedITextEvent
Represents a context-based event.class
AbstractEventWrapper
Base class to wrap events.class
AbstractITextConfigurationEvent
Abstract class which represents system configuration events.class
AbstractITextEvent
Abstract class which defines events only for internal usage.class
AbstractProductITextEvent
Abstract class which defines general product events by encapsulatingProductData
of the product which generated event.class
AbstractProductProcessITextEvent
Abstract class which defines product process event.class
AbstractStatisticsEvent
Abstract class which defines statistics event.Methods in com.itextpdf.commons.actions with parameters of type IEvent Modifier and Type Method Description void
AbstractContextBasedEventHandler. onEvent(IEvent event)
Performs context validation and if event is allowed to be processed passes it toAbstractContextBasedEventHandler.onAcceptedEvent(AbstractContextBasedITextEvent)
.void
EventManager. onEvent(IEvent event)
Handles the event.void
IEventHandler. 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 class
ConfirmedEventWrapper
A wrapper for aAbstractProductProcessITextEvent
storing additional data about the event.class
ConfirmEvent
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 IEvent Modifier and Type Class Description class
AbstractContextManagerConfigurationEvent
Class 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 class
ProducerBuilder
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 IEvent Modifier and Type Class Description class
AddFingerPrintEvent
This class is responsible for adding a fingerprint.class
FlushPdfDocumentEvent
Class represents events notifying thatPdfDocument
was flushed.class
ITextCoreProductEvent
Class represents events registered in iText core module.class
LinkDocumentIdEvent
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 IEvent Modifier and Type Class Description class
AbstractPdfDocumentEvent
Describes abstract PDF document event of the specified type.class
PdfDocumentEvent
Event dispatched by PdfDocument.Methods in com.itextpdf.kernel.pdf.event with parameters of type IEvent Modifier and Type Method Description void
AbstractPdfDocumentEventHandler. 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 class
NumberOfPagesStatisticsEvent
Class which represents event for counting the number of pages in a PDF document.class
SizeOfPdfStatisticsEvent
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 IEvent Modifier and Type Class Description class
AbstractTypographyApplier
class
DefaultTypographyApplier
-
Uses of IEvent in com.itextpdf.signatures.mac
Classes in com.itextpdf.signatures.mac that implement IEvent Modifier and Type Class Description class
SignatureContainerGenerationEvent
Represents an event firing before creating signature container.class
SignatureDocumentClosingEvent
Represents an event firing before embedding the signature into the document.
-