iText 8.0.2 API
|
Base class to wrap events. More...
Public Member Functions |
|
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... |
|
Base class to wrap events.
|
inlinevirtual |
Obtains the current event context class.
Reimplemented from iText.Commons.Actions.AbstractContextBasedITextEvent.
|
inlinevirtual |
Obtains the wrapped event.
|
inlinevirtual |
Returns an event type.
Implements iText.Commons.Actions.AbstractProductProcessITextEvent.