Namespace OpenAPI.Events
Classes
DuplicateTypeException
Event
The base class all OpenApi Events implement
Event.EventTaskCompleted
EventDispatcher
The EventDispatcher is responsible for dispatching and invoking all the registered IEventHandler methods
EventHandlerAttribute
Marks the method as an Event Handler method In order for the method to be called the parent class must implement IEventHandler and be registered with an EventDispatcher
ExecuteableEventBase
Interfaces
IEventHandler
Classes that implement IEventHandler are able to receive events dispatched by a EventDispatcher
INotifyExecution
Enums
EventPriority
Determines in what order the events should be handled. Highest priority is executed last, lowest is executed first.