|
iText 8.0.2 API
|
A wrapper for a iText.Commons.Actions.AbstractProductProcessITextEvent storing additional data about the event. More...
Public Member Functions |
|
| ConfirmedEventWrapper (AbstractProductProcessITextEvent @event, String productUsageType, String producerLine) | |
| Creates a wrapper for the event with additional data about the event. More... |
|
| virtual String | GetProductUsageType () |
| Obtains the license type for the product which generated the event. More... |
|
| virtual String | GetProducerLine () |
| Gets producer line defined by the iText.Commons.Actions.Processors.ITextProductEventProcessor which registered the event. More... |
|
Public Member Functions inherited from iText.Commons.Actions.AbstractEventWrapper |
|
| 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... |
|
Public Member Functions inherited from iText.Commons.Actions.AbstractProductProcessITextEvent |
|
| virtual SequenceId | GetSequenceId () |
| Retrieves an identifier of event source. More... |
|
| virtual EventConfirmationType | GetConfirmationType () |
| Retrieves an event confirmation type. More... |
|
Public Member Functions inherited from iText.Commons.Actions.AbstractContextBasedITextEvent |
|
| virtual bool | SetMetaInfo (IMetaInfo metaInfo) |
| Sets meta info. More... |
|
Public Member Functions inherited from iText.Commons.Actions.AbstractProductITextEvent |
|
| 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... |
|
A wrapper for a iText.Commons.Actions.AbstractProductProcessITextEvent storing additional data about the event.
A wrapper for a iText.Commons.Actions.AbstractProductProcessITextEvent storing additional data about the event. If wrapped event is immutable then the instance of the wrapper is immutable too.
|
inline |
Creates a wrapper for the event with additional data about the event.
| event | is a iText.Commons.Actions.AbstractProductProcessITextEvent to wrap |
| productUsageType | is a product usage marker |
| producerLine | is a producer line defined by the iText.Commons.Actions.Processors.ITextProductEventProcessor which registered the event |
|
inlinevirtual |
Gets producer line defined by the iText.Commons.Actions.Processors.ITextProductEventProcessor which registered the event.
|
inlinevirtual |
Obtains the license type for the product which generated the event.