AbstractEvent

Undocumented in source.

Constructors

this
this(T metadata)
Undocumented in source.

Members

Functions

getLifecycle
EventLifecycle getLifecycle()
Undocumented in source. Be warned that the author may not have intended to support it.
getMetadata
Variant getMetadata()
Undocumented in source. Be warned that the author may not have intended to support it.
setEventDispatched
void setEventDispatched()
Undocumented in source.
setEventReceived
void setEventReceived()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

lifecycle
EventLifecycle lifecycle;
Undocumented in source.
metadata
T metadata;
Undocumented in source.

Inherited Members

From EventInterface

getLifecycle
EventLifecycle getLifecycle()
Undocumented in source.
getMetadata
Variant getMetadata()
Undocumented in source.
setEventReceived
void setEventReceived()
Undocumented in source.
setEventDispatched
void setEventDispatched()
Undocumented in source.

Meta