Uses of Interface
com.itextpdf.commons.actions.IEventHandler
-
Packages that use IEventHandler Package Description com.itextpdf.commons.actions com.itextpdf.kernel.mac com.itextpdf.kernel.pdf com.itextpdf.kernel.pdf.event com.itextpdf.signatures.mac -
-
Uses of IEventHandler in com.itextpdf.commons.actions
Classes in com.itextpdf.commons.actions that implement IEventHandler Modifier and Type Class Description classAbstractContextBasedEventHandlerBase class for events handling depending on the context.(package private) classProductEventHandlerHandles events based oh their origin.Fields in com.itextpdf.commons.actions with type parameters of type IEventHandler Modifier and Type Field Description private ConcurrentHashSet<IEventHandler>EventManager. handlersMethods in com.itextpdf.commons.actions with parameters of type IEventHandler Modifier and Type Method Description booleanEventManager. isRegistered(IEventHandler handler)Check if the handler was registered for event handling process.voidEventManager. register(IEventHandler handler)Add newIEventHandlerto the event handling process.booleanEventManager. unregister(IEventHandler handler)Removes handler from event handling process. -
Uses of IEventHandler in com.itextpdf.kernel.mac
Classes in com.itextpdf.kernel.mac that implement IEventHandler Modifier and Type Class Description private classStandaloneMacIntegrityProtector.StandaloneMacContainerEmbedderprivate classStandaloneMacIntegrityProtector.StandaloneMacPdfObjectAdder -
Uses of IEventHandler in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf with type parameters of type IEventHandler Modifier and Type Field Description private java.util.Set<IEventHandler>PdfDocument. documentHandlers -
Uses of IEventHandler in com.itextpdf.kernel.pdf.event
Classes in com.itextpdf.kernel.pdf.event that implement IEventHandler Modifier and Type Class Description classAbstractPdfDocumentEventHandlerBase class for PDF document events handling based on the event type. -
Uses of IEventHandler in com.itextpdf.signatures.mac
Classes in com.itextpdf.signatures.mac that implement IEventHandler Modifier and Type Class Description private classSignatureMacIntegrityProtector.SignatureMacContainerEmbedderprivate classSignatureMacIntegrityProtector.SignatureMacPdfObjectAdder
-