Skip to content

Namespace Void.Proxy.Api.Events

Namespaces

Void.Proxy.Api.Events.Authentication

Void.Proxy.Api.Events.Channels

Void.Proxy.Api.Events.Commands

Void.Proxy.Api.Events.Encryption

Void.Proxy.Api.Events.Links

Void.Proxy.Api.Events.Network

Void.Proxy.Api.Events.Player

Void.Proxy.Api.Events.Plugins

Void.Proxy.Api.Events.Proxy

Void.Proxy.Api.Events.Services

Classes

SubscribeAttribute

Attribute to mark a method as an event listener.

Interfaces

IEvent

Identifies a value that can be published through the proxy event service.

IEventListener

Identifies an object whose subscribed methods can receive proxy events.

IEventWithResult<T>

Represents an event whose listeners can communicate an outcome by setting .

IScopedEvent

Represents an event associated with a specific player.

IScopedEventWithResult<T>

Represents a player-scoped event whose listeners can communicate an outcome.

Enums

PostOrder

Specifies the relative invocation order of subscribed event handlers.