An event dispatcher interface. Implementations of this interface are responsible for dispatching events to the runtime. More...
Public Member Functions | |
bool | Publish (EventBase e) |
Notifies the runtime of an event. More... | |
An event dispatcher interface. Implementations of this interface are responsible for dispatching events to the runtime.
bool Quantum.IEventDispatcher.Publish | ( | EventBase | e | ) |
Notifies the runtime of an event.
e |
Implemented in Quantum.EventDispatcher.