Packagecom.asfusion.mate.core
Classpublic class LocalEventMap
InheritanceLocalEventMap Inheritance EventMap Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined by
 Inheritedcache : String
String that indicates whether the event maps will use a global or a local cache.
EventMap
 InheritedcurrentEvent : *
It refers to the currentEvent that made the action-list (or inner-action-list) execute.
EventMap
 Inheriteddata : *
Every IActionList contains a placeholder object called data.
EventMap
  dispatcher : IEventDispatcher
The event dispatcher that will be used in the EventMap.
LocalEventMap
 Inheritedevent : *
It refers to the event that made the EventHandlers execute.
EventMap
 Inheritedfault : *
It refers to the fault returned by a service that made the inner-action-list (faultHandlers) execute.
EventMap
 InheritedglobalDispatcher : IEventDispatcher
EventMap
 InheritedlastReturn : *
lastReturn is always available, although its value might be null.
EventMap
 Inheritedmessage : *
It refers to the message received that made the MessageHandlers execute.
EventMap
 InheritedresultObject : *
It refers to the result returned by a service that made the inner-action-list (resultHandlers) execute.
EventMap
 Inheritedscope : *
It refers to the scope of the IActionList.
EventMap
Protected Properties
 PropertyDefined by
 Inherited_cache : String = "global"
EventMap
 InheritedcacheCollection : Dictionary
EventMap
 Inheriteddocument : Object
A reference to the document object associated with this EventMap.
EventMap
Public Methods
 MethodDefined by
  
LocalEventMap
 Inherited
getCacheCollection():Dictionary
Method that returns of the local cache dictionary that will be used to store objects created by the mate framework.
EventMap
 Inherited
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
 Inherited
initialized(document:Object, id:String):void
Called automatically by the MXML compiler if the EventMap is set up using a tag.
EventMap
Property detail
dispatcherproperty
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
Constructor detail
LocalEventMap()constructor
public function LocalEventMap()
Method detail
getDispatcher()method
public override function getDispatcher():IEventDispatcher

Returns an event dispatcher.

Returns
IEventDispatcher