Quantum 3
3.0.9
A callback dispatcher interface. Implementations of this interface are responsible for dispatching callbacks to the runtime. More...
Public Member Functions | |
| bool | HasAnyListeners (CallbackBase e) |
| Returns true if the callback has any listeners. More... | |
| bool | Publish (CallbackBase e) |
| Notifies the runtime of a callback. More... | |
A callback dispatcher interface. Implementations of this interface are responsible for dispatching callbacks to the runtime.
| bool Quantum.ICallbackDispatcher.Publish | ( | CallbackBase | e | ) |
Notifies the runtime of a callback.
| e |
Implemented in Quantum.CallbackDispatcher.
| bool Quantum.ICallbackDispatcher.HasAnyListeners | ( | CallbackBase | e | ) |
Returns true if the callback has any listeners.
Implemented in Quantum.CallbackDispatcher.