Class ConfirmEvent
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.commons.actions.AbstractEventWrapper
com.itextpdf.commons.actions.confirmations.ConfirmEvent
- All Implemented Interfaces:
-
IEvent
Used to confirm that process associated with some
AbstractProductProcessITextEvent
ended successfully.
-
Constructor Summary
ConstructorDescriptionConfirmEvent
(AbstractProductProcessITextEvent confirmedEvent) Creates an instance of confirmation event.ConfirmEvent
(SequenceId updatedSequenceId, AbstractProductProcessITextEvent confirmedEvent) Creates an instance of confirmation event. -
Method Summary
Modifier and TypeMethodDescriptionReturns theAbstractProductProcessITextEvent
associated with confirmed process.Methods inherited from class com.itextpdf.commons.actions.AbstractEventWrapper
getClassFromContext, getEvent, getEventType
Methods inherited from class com.itextpdf.commons.actions.AbstractProductProcessITextEvent
getConfirmationType, getSequenceId
Methods inherited from class com.itextpdf.commons.actions.AbstractContextBasedITextEvent
setMetaInfo
Methods inherited from class com.itextpdf.commons.actions.AbstractProductITextEvent
getProductData, getProductName
-
Constructor Details
-
ConfirmEvent
Creates an instance of confirmation event.- Parameters:
-
updatedSequenceId
- is aSequenceId
for the document. May be different with sequence id of original event -
confirmedEvent
- is an event to confirm
-
ConfirmEvent
Creates an instance of confirmation event.- Parameters:
-
confirmedEvent
- is an event to confirm
-
-
Method Details
-
getConfirmedEvent
Returns theAbstractProductProcessITextEvent
associated with confirmed process.- Returns:
- confirmed event
-