iText 7 7.1.8 API
iText.Kernel.Counter.Event.IGenericEvent Interface Reference

Generic IEvent that has additional id, that should help during events filtering. The common practice is to return the namespace as id. More...

Inheritance diagram for iText.Kernel.Counter.Event.IGenericEvent:
iText.Kernel.Counter.Event.IEvent iText.Kernel.Counter.Event.CoreEvent

Public Member Functions

String  GetOriginId ()
  The id that uniquely identifies event origin. More...
 
- Public Member Functions inherited from iText.Kernel.Counter.Event.IEvent
String  GetEventType ()
 

Detailed Description

Generic IEvent that has additional id, that should help during events filtering. The common practice is to return the namespace as id.

Member Function Documentation

◆ GetOriginId()

String iText.Kernel.Counter.Event.IGenericEvent.GetOriginId ( )

The id that uniquely identifies event origin.

The id that uniquely identifies event origin. The common practice is to return the namespace as id.

Returns
event's origin id.

Implemented in iText.Kernel.Counter.Event.CoreEvent.