StrangeIoC
0.6.0
The IoC/Binding Framework for Unity3D and C#
|
Classes | |
interface | IEvent |
The interface for an event sent by the EventDispatcher. More... | |
interface | IEventBinding |
Binding interface for EventDispatcher. More... | |
interface | IEventDispatcher |
Interface for allowing a client to register as an observer. More... | |
Functions | |
delegate void | EventCallback (IEvent payload) |
Delegate for adding a listener with a single argument. | |
delegate void | EmptyCallback () |
Delegate for adding a listener with a no arguments. | |