IMateManager
is the core class of Mate
debugger:ILoggingTarget
[read-write]Implementation
public function get debugger():ILoggingTarget
public function set debugger(value:ILoggingTarget):void
dispatcher:IEventDispatcher
[read-write]Implementation
public function get dispatcher():IEventDispatcher
public function set dispatcher(value:IEventDispatcher):void
listenerProxyType:String
[read-write]Implementation
public function get listenerProxyType():String
public function set listenerProxyType(value:String):void
responseDispatcher:IEventDispatcher
[read-only]
A reference to the IEventDispatcher instance used by the Response
tag
Implementation
public function get responseDispatcher():IEventDispatcher
public function addListenerProxy(eventDispatcher:IEventDispatcher, type:String = null):ListenerProxy
Adds a proxy listener for a specific type.
Parameters
| eventDispatcher:IEventDispatcher |
|
| type:String (default = null )
|
Returns
public function getCacheCollection():Dictionary
Global cache.
Returns
public function getLogger(active:Boolean):IMateLogger
An IMateLogger
used to log errors.
Similar to Flex ILogger
Parameters
Returns