selery.event.event

Members

Aliases

Cancelable
alias Cancelable = Cancellable

Indicates that the event is cancellable and its propagation can be stopped by plugins.

class_t
alias class_t = size_t
Undocumented in source.
staticDerivateIndexOf
alias staticDerivateIndexOf(T, E...) = staticDerivateIndexOfImpl!(0, T, E)
Undocumented in source.

Classes

CancellableOf
class CancellableOf
Undocumented in source.
EventListener
class EventListener(O : Event, Children...)

Generic event listener.

Interfaces

Cancellable
interface Cancellable

Indicates that the event is cancellable and its propagation can be stopped by plugins.

Event
interface Event

Base interface of the event. Every valid event instance (that is not an interface) must implement this interface.

Meta

Authors

Kripth