| Package | com.adobe.webapis.events |
| Class | public class ServiceEvent |
| Inheritance | ServiceEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| data : Object
This object contains data loaded in response
to remote service calls, and properties associated with that call.
| ServiceEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
ServiceEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor for ServiceEvent class.
| ServiceEvent | ||
| data | property |
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
| ServiceEvent | () | constructor |
public function ServiceEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Constructor for ServiceEvent class.
Parameterstype:String — The type of event that the instance represents.
|
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |