Packagecom.yahoo.maps.api.config.events
Classpublic class MapConfigEvent
InheritanceMapConfigEvent Inheritance flash.events.Event

The MapConfigEvent class represents the event object passed to the event listener for events dispatched by the MapConfig object



Public Properties
 PropertyDefined by
  data : Object
The event data object
MapConfigEvent
Public Methods
 MethodDefined 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
Public Constants
 ConstantDefined 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
Property detail
dataproperty
data:Object  [read-write]

The event data object

Implementation
    public function get data():Object
    public function set data(value:Object):void
Constructor detail
MapConfigEvent()constructor
public function MapConfigEvent(type:String, data:Object = null, bubbles:Boolean = false, cancelable:Boolean = false)

Creates a new MapConfigEvent object.

Parameters
type:String
 
data:Object (default = null)
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Duplicates an instance of an Event subclass.

Returns
Event
Constant detail
CONFIG_FAILUREconstant
public static const CONFIG_FAILURE:String = "configFailure"

A string containing the name of the CONFIG_ERROR event

CONFIG_SUCCESSconstant 
public static const CONFIG_SUCCESS:String = "configSuccess"

A string containing the name of the CONFIG_LOADED event