iText 8.0.2 API
|
Used to confirm that process associated with some iText.Commons.Actions.AbstractProductProcessITextEvent ended successfully. More...
Public Member Functions |
|
ConfirmEvent (SequenceId updatedSequenceId, AbstractProductProcessITextEvent confirmedEvent) | |
Creates an instance of confirmation event. More... |
|
ConfirmEvent (AbstractProductProcessITextEvent confirmedEvent) | |
Creates an instance of confirmation event. More... |
|
virtual AbstractProductProcessITextEvent | GetConfirmedEvent () |
Returns the iText.Commons.Actions.AbstractProductProcessITextEvent associated with confirmed process. More... |
|
![]() |
|
virtual AbstractProductProcessITextEvent | GetEvent () |
Obtains the wrapped event. More... |
|
override Type | GetClassFromContext () |
Obtains the current event context class. More... |
|
override String | GetEventType () |
Returns an event type. More... |
|
![]() |
|
virtual SequenceId | GetSequenceId () |
Retrieves an identifier of event source. More... |
|
virtual EventConfirmationType | GetConfirmationType () |
Retrieves an event confirmation type. More... |
|
![]() |
|
virtual bool | SetMetaInfo (IMetaInfo metaInfo) |
Sets meta info. More... |
|
![]() |
|
virtual ProductData | GetProductData () |
Gets a product data which generated the event. More... |
|
virtual String | GetProductName () |
Gets a name of product which generated the event. More... |
|
Used to confirm that process associated with some iText.Commons.Actions.AbstractProductProcessITextEvent ended successfully.
|
inline |
Creates an instance of confirmation event.
updatedSequenceId | is a iText.Commons.Actions.Sequence.SequenceId for the document. May be different with sequence id of original event |
confirmedEvent | is an event to confirm |
|
inline |
Creates an instance of confirmation event.
confirmedEvent | is an event to confirm |
|
inlinevirtual |
Returns the iText.Commons.Actions.AbstractProductProcessITextEvent associated with confirmed process.