StrangeIoC  0.6.0
The IoC/Binding Framework for Unity3D and C#
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Classes | Enumerations
Package strange.extensions.dispatcher.api

Classes

interface  IDispatcher
 A Dispatcher sends notifiations to any registered listener. More...
 
interface  ITriggerable
 Interface for declaring a class capable of being triggered by a provided key and/or name. More...
 
interface  ITriggerProvider
 Interface for declaring a class capable of triggering an ITriggerable class. More...
 

Enumerations

enum  DispatcherExceptionType { DispatcherExceptionType.NULL_FACTORY, DispatcherExceptionType.ILLEGAL_CALLBACK_HANDLER }
 

Enumeration Type Documentation

Enumerator
NULL_FACTORY 

Injector Factory not found.

ILLEGAL_CALLBACK_HANDLER 

Callback must be a Delegate with zero or one argument.