OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Namespace OpenMod.API.Eventing

Interfaces

ICancellableEvent

Represents a cancellable event.

IEvent

Represents a event.

IEventBus

The service for managing events and event subscriptions.

IEventListener

Listens for an events.

IEventListener<TEvent>

IEventListenerOptions

Enums

EventListenerPriority

Represents the priority of an event listener. The invocation order is based on from lowest to highest.

Delegates

EventCallback

The callback for event notifications.

EventCallback<TEvent>

The type safe callback for event notifications.

EventExecutedCallback

The callback called after an event has been emitted and all listeners have been notified.