|
Nebula
|
Inherits Nebula.Game.MsgDispatcher.IMessageChannel.
Public Member Functions | |
| void | Add (IMessageHandler< T > handler) |
| void | Remove (Property property) |
| void | Dispatch (in T message) |
Properties | |
| bool | IsEmpty [get] |
Private Attributes | |
| List< IMessageHandler< T > > | handlers = new List<IMessageHandler<T>>() |
|
inline |
|
inline |
|
inline |
Implements Nebula.Game.MsgDispatcher.IMessageChannel.
|
private |
|
get |
Implements Nebula.Game.MsgDispatcher.IMessageChannel.