| Package | eu.orangeflash.webapis.events |
| Class | public class XMLRPCEvent |
| Inheritance | XMLRPCEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| client : IClient
[read-only]
Reference to IClient instance, which created IMethodCall.
| XMLRPCEvent | ||
| methodCall : IMethodCall
[read-only]
Reference to IMethodCall, that invoked event.
| XMLRPCEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| FAULT : String = "fault" [static]
| XMLRPCEvent | ||
| INVOKE : String = "invoke" [static]
| XMLRPCEvent | ||
| RESULT : String = "result" [static]
| XMLRPCEvent | ||
| client | property |
client:IClient [read-only]Reference to IClient instance, which created IMethodCall.
Implementation public function get client():IClient
| methodCall | property |
methodCall:IMethodCall [read-only]Reference to IMethodCall, that invoked event.
Implementation public function get methodCall():IMethodCall
| FAULT | constant |
public static const FAULT:String = "fault"
| INVOKE | constant |
public static const INVOKE:String = "invoke"
| RESULT | constant |
public static const RESULT:String = "result"