| Package | com.afcomponents.umap.events |
| Class | public class MapPointProxyEvent |
| Inheritance | MapPointProxyEvent flash.events.Event |
See also
| Property | Defined by | ||
|---|---|---|---|
| data : String [read-only]
| MapPointProxyEvent | ||
| request : IMapPointRequest
[read-only]
| MapPointProxyEvent | ||
| Property | Defined by | ||
|---|---|---|---|
| _data : String | MapPointProxyEvent | ||
| _request : IMapPointRequest | MapPointProxyEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
MapPointProxyEvent(type:String, request:IMapPointRequest, data:String, bubbles:Boolean = false, cancelable:Boolean = false)
| MapPointProxyEvent | ||
|
clone():Event
| MapPointProxyEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| REQUEST_COMPLETE : String = "requestComplete" [static]
| MapPointProxyEvent | ||
| REQUEST_IO_ERROR : String = "requestIOError" [static]
| MapPointProxyEvent | ||
| REQUEST_SECURITY_ERROR : String = "requestSecurityError" [static]
| MapPointProxyEvent | ||
| _data | property |
protected var _data:String
| data | property |
data:String [read-only]Implementation
public function get data():String
| _request | property |
protected var _request:IMapPointRequest
| request | property |
| 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) |
| clone | () | method |
public override function clone():Event
Returns
Event |
| REQUEST_COMPLETE | constant |
public static const REQUEST_COMPLETE:String = "requestComplete"
| REQUEST_IO_ERROR | constant |
public static const REQUEST_IO_ERROR:String = "requestIOError"
| REQUEST_SECURITY_ERROR | constant |
public static const REQUEST_SECURITY_ERROR:String = "requestSecurityError"