| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| addHandler(type:String, handler:Function, handlerClassName:String) — method, class org.mvcexpress.core.messenger.Messenger |
|
Adds handler function that will be called then message of specified type is sent. |
| addHandler(type:String, handler:Function) — method, class org.mvcexpress.mvc.Mediator |
|
adds handle function to be called then message of given type is sent. |
| addListener(viewObject:flash.events:IEventDispatcher, type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class org.mvcexpress.mvc.Mediator |
|
Registers an event listener object with viewObject, so that the listener is executed then event is dispatched. |
| addScopeHandler(scopeName:String, type:String, handler:Function) — method, class org.mvcexpress.mvc.Mediator |
|
Adds module to module communication handle function to be called then message of provided type is sent to provided scopeName. |
| allowInstantiation — Static Property, class org.mvcexpress.core.ModuleBase |
| |
| allowInstantiation — Static Property, class org.mvcexpress.core.messenger.Messenger |
| |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |