data:Object
[read-write]
This object contains data loaded in response
to remote service calls, and properties associated with that call.
Implementation
public function get data():Object
public function set data(value:Object):void
public function ServiceEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor for ServiceEvent class.
Parameters
| type:String — The type of event that the instance represents.
|
|
| bubbles:Boolean (default = false )
|
|
| cancelable:Boolean (default = false )
|