Package | com.asfusion.mate.core |
Class | public class LocalEventMap |
Inheritance | LocalEventMap EventMap flash.events.EventDispatcher |
Property | Defined by | ||
---|---|---|---|
cache : String
String that indicates whether the event maps will use a global or a local cache.
| EventMap | ||
currentEvent : *
It refers to the currentEvent that made the action-list (or inner-action-list) execute.
| EventMap | ||
data : *
Every
IActionList contains a placeholder object called data . | EventMap | ||
dispatcher : IEventDispatcher
The event dispatcher that will be used in the EventMap.
| LocalEventMap | ||
event : *
It refers to the event that made the
EventHandlers execute. | EventMap | ||
fault : *
It refers to the fault returned by a service that made the inner-action-list (
faultHandlers ) execute. | EventMap | ||
globalDispatcher : IEventDispatcher | EventMap | ||
lastReturn : *
lastReturn is always available, although its value might be
null . | EventMap | ||
message : *
It refers to the message received that made the
MessageHandlers execute. | EventMap | ||
resultObject : *
It refers to the result returned by a service that made the inner-action-list (
resultHandlers ) execute. | EventMap | ||
scope : *
It refers to the
scope of the IActionList . | EventMap |
Method | Defined by | ||
---|---|---|---|
LocalEventMap | |||
getCacheCollection():Dictionary
Method that returns of the local cache dictionary that will be used to store objects
created by the mate framework.
| EventMap | ||
getCached(template:Class, cacheType:String, autoCreate:Boolean = true, registerTarget:Boolean = false, constructorArguments:Array = null):*
Function to get cached instances from the framework.
| EventMap | ||
getDispatcher():IEventDispatcher
Returns an event dispatcher.
| LocalEventMap | ||
initialized(document:Object, id:String):void
Called automatically by the MXML compiler if the EventMap is set up using a tag.
| EventMap |
dispatcher | property |
dispatcher:IEventDispatcher
[read-write]The event dispatcher that will be used in the EventMap.
Implementation public function get dispatcher():IEventDispatcher
public function set dispatcher(value:IEventDispatcher):void
LocalEventMap | () | constructor |
public function LocalEventMap()
getDispatcher | () | method |
public override function getDispatcher():IEventDispatcher
Returns an event dispatcher.
ReturnsIEventDispatcher |