| Package | com.yworks.remote |
| Class | public class XMLResultEvent |
| Inheritance | XMLResultEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| xmlResult : XML [read-only]
The XML which was received from the server. | XMLResultEvent | ||
| Method | Defined By | ||
|---|---|---|---|
XMLResultEvent(xmlResult:XML, type:String = complete, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new instance. | XMLResultEvent | ||
clone():Event [override] | XMLResultEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| COMPLETE : String = complete [static]
Dispatched after a valid XML was received from the server. | XMLResultEvent | ||
| xmlResult | property |
xmlResult:XML [read-only]
The XML which was received from the server.
public function get xmlResult():XML| XMLResultEvent | () | Constructor |
public function XMLResultEvent(xmlResult:XML, type:String = complete, bubbles:Boolean = false, cancelable:Boolean = false)Creates a new instance.
ParametersxmlResult:XML — The received XML.
| |
type:String (default = complete) — The event type.
| |
bubbles:Boolean (default = false) — Whether this event can bubble.
| |
cancelable:Boolean (default = false) — Whether this event is cancelable.
|
| clone | () | method |
override public function clone():EventReturnsEvent |
| COMPLETE | Constant |
public static const COMPLETE:String = complete
Dispatched after a valid XML was received from the server.
The received XML is stored in the xmlResult property.