abstract event for use with Service calls
public static var COMPLETE:String = "serviceEventComplete"
data:Object
[read-write]Implementation
public function get data():Object
public function set data(value:Object):void
public static var LOAD:String = "serviceEventLoad"
public function ServiceEvent(type:String, data:Object = null, bubbles:Boolean = false, cancelable:Boolean = false)
Parameters
| type:String — The event type
|
|
| data:Object (default = null ) — The data to send with the event
|
|
| bubbles:Boolean (default = false )
|
|
| cancelable:Boolean (default = false )
|