Packagecom.adobe.webapis.events
Classpublic class ServiceEvent
InheritanceServiceEvent Inheritance flash.events.Event

Event class that contains data loaded from remote services.



Public Properties
 PropertyDefined by
  data : Object
This object contains data loaded in response to remote service calls, and properties associated with that call.
ServiceEvent
Public Methods
 MethodDefined by
  
ServiceEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor for ServiceEvent class.
ServiceEvent
Property detail
dataproperty
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
Constructor detail
ServiceEvent()constructor
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)