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
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateITextCoreProductEvent(SequenceId sequenceId, IMetaInfo metaInfo, String eventType, EventConfirmationType confirmationType) Creates an event associated with a general identifier and additional meta data. -
Method Summary
Modifier and TypeMethodDescriptionstatic ITextCoreProductEventcreateProcessPdfEvent(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 AbstractProductProcessITextEvent
getConfirmationType, getSequenceIdMethods inherited from class AbstractContextBasedITextEvent
getClassFromContext, setMetaInfoMethods inherited from class AbstractProductITextEvent
getProductData, getProductName
-
Field Details
-
PROCESS_PDF
-
eventType
-
-
Constructor Details
-
ITextCoreProductEvent
private ITextCoreProductEvent(SequenceId sequenceId, IMetaInfo metaInfo, String eventType, EventConfirmationType confirmationType) Creates an event associated with a general identifier and additional meta data.- Parameters:
sequenceId- is an identifier associated with the eventmetaInfo- is an additional meta infoeventType- is a string description of the eventconfirmationType- defines when the event should be confirmed to notify that the associated process has finished successfully
-
-
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 eventmetaInfo- is an additional meta infoconfirmationType- 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:AbstractProductProcessITextEventReturns an event type.- Specified by:
getEventTypein classAbstractProductProcessITextEvent- Returns:
- event type
-