| Package | com.yahoo.maps.api.config.events |
| Class | public class MapConfigEvent |
| Inheritance | MapConfigEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| data : Object
The event data object
| MapConfigEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
MapConfigEvent(type:String, data:Object = null, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new MapConfigEvent object.
| MapConfigEvent | ||
|
clone():Event
Duplicates an instance of an Event subclass.
| MapConfigEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CONFIG_FAILURE : String = "configFailure" [static]
A string containing the name of the
CONFIG_ERROR event
| MapConfigEvent | ||
| CONFIG_SUCCESS : String = "configSuccess" [static]
A string containing the name of the
CONFIG_LOADED event
| MapConfigEvent | ||
| data | property |
data:Object [read-write]The event data object
Implementation public function get data():Object
public function set data(value:Object):void
| MapConfigEvent | () | constructor |
public function MapConfigEvent(type:String, data:Object = null, bubbles:Boolean = false, cancelable:Boolean = false)Creates a new MapConfigEvent object.
Parameterstype:String |
|
data:Object (default = null) |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| clone | () | method |
public override function clone():EventDuplicates an instance of an Event subclass.
ReturnsEvent |
| CONFIG_FAILURE | constant |
public static const CONFIG_FAILURE:String = "configFailure"
A string containing the name of the CONFIG_ERROR event
| CONFIG_SUCCESS | constant |
public static const CONFIG_SUCCESS:String = "configSuccess"
A string containing the name of the CONFIG_LOADED event