Package | com.asfusion.mate.core |
Interface | public interface IEventMap extends flash.events.IEventDispatcher |
Implementors | EventMap |
Property | Defined by | ||
---|---|---|---|
cache : String
String that indicates whether the event maps will use a global or a local cache.
| IEventMap |
Method | Defined by | ||
---|---|---|---|
getCacheCollection():Dictionary
Method that returns of the local cache dictionary that will be used to store objects
created by the mate framework.
| IEventMap | ||
getDispatcher():IEventDispatcher
Returns an event dispatcher.
| IEventMap |
cache | property |
cache:String
[read-write]String that indicates whether the event maps will use a global or a local cache. Each individual tag (ex: ObjectBuilder) is using this setting by default. Their default is inherit, which means that it will use the value that is defined in the event map. But each tag can override that to local, global or none.
Implementation public function get cache():String
public function set cache(value:String):void
getCacheCollection | () | method |
public function getCacheCollection():Dictionary
Method that returns of the local cache dictionary that will be used to store objects created by the mate framework.
ReturnsDictionary |
getDispatcher | () | method |
public function getDispatcher():IEventDispatcher
Returns an event dispatcher.
ReturnsIEventDispatcher |