Class ITextCoreProductEvent
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.kernel.actions.events.ITextCoreProductEvent
- All Implemented Interfaces:
-
IEvent
Class represents events registered in iText core module.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ITextCoreProductEvent
createProcessPdfEvent
(SequenceId sequenceId, IMetaInfo metaInfo, EventConfirmationType confirmationType) Creates an process pdf event which associated with a general identifier and additional meta data.Returns an event type.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
-
Field Details
-
PROCESS_PDF
Process pdf event type.- See Also:
-
-
Method Details
-
createProcessPdfEvent
public static ITextCoreProductEvent createProcessPdfEvent(SequenceId sequenceId, IMetaInfo metaInfo, EventConfirmationType confirmationType) Creates an process 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 -
confirmationType
- defines when the event should be confirmed to notify that the associated process has finished successfully - Returns:
- the process pdf event
-
getEventType
Description copied from class:AbstractProductProcessITextEvent
Returns an event type.- Specified by:
-
getEventType
in classAbstractProductProcessITextEvent
- Returns:
- event type
-