Packagecom.afcomponents.umap.events
Classpublic class MapPointProxyEvent
InheritanceMapPointProxyEvent Inheritance flash.events.Event

Events fired by the MapPointProxy class.

See also

com.afcomponents.umap.providers.microsoft.MapPointProxy


Public Properties
 PropertyDefined by
  data : String
[read-only]
MapPointProxyEvent
  request : IMapPointRequest
[read-only]
MapPointProxyEvent
Protected Properties
 PropertyDefined by
  _data : String
MapPointProxyEvent
  _request : IMapPointRequest
MapPointProxyEvent
Public Methods
 MethodDefined by
  
MapPointProxyEvent(type:String, request:IMapPointRequest, data:String, bubbles:Boolean = false, cancelable:Boolean = false)
MapPointProxyEvent
  
clone():Event
MapPointProxyEvent
Public Constants
 ConstantDefined by
  REQUEST_COMPLETE : String = "requestComplete"
[static]
MapPointProxyEvent
  REQUEST_IO_ERROR : String = "requestIOError"
[static]
MapPointProxyEvent
  REQUEST_SECURITY_ERROR : String = "requestSecurityError"
[static]
MapPointProxyEvent
Property detail
_dataproperty
protected var _data:String
dataproperty 
data:String  [read-only]Implementation
    public function get data():String
_requestproperty 
protected var _request:IMapPointRequest
requestproperty 
request:IMapPointRequest  [read-only]Implementation
    public function get request():IMapPointRequest
Constructor detail
MapPointProxyEvent()constructor
public function MapPointProxyEvent(type:String, request:IMapPointRequest, data:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
request:IMapPointRequest
 
data:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
REQUEST_COMPLETEconstant
public static const REQUEST_COMPLETE:String = "requestComplete"
REQUEST_IO_ERRORconstant 
public static const REQUEST_IO_ERROR:String = "requestIOError"
REQUEST_SECURITY_ERRORconstant 
public static const REQUEST_SECURITY_ERROR:String = "requestSecurityError"