Packageeu.orangeflash.webapis.events
Classpublic class XMLRPCEvent
InheritanceXMLRPCEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  client : IClient
[read-only] Reference to IClient instance, which created IMethodCall.
XMLRPCEvent
  methodCall : IMethodCall
[read-only] Reference to IMethodCall, that invoked event.
XMLRPCEvent
Public Constants
 ConstantDefined by
  FAULT : String = "fault"
[static]
XMLRPCEvent
  INVOKE : String = "invoke"
[static]
XMLRPCEvent
  RESULT : String = "result"
[static]
XMLRPCEvent
Property detail
clientproperty
client:IClient  [read-only]

Reference to IClient instance, which created IMethodCall.

Implementation
    public function get client():IClient
methodCallproperty 
methodCall:IMethodCall  [read-only]

Reference to IMethodCall, that invoked event.

Implementation
    public function get methodCall():IMethodCall
Constant detail
FAULTconstant
public static const FAULT:String = "fault"
INVOKEconstant 
public static const INVOKE:String = "invoke"
RESULTconstant 
public static const RESULT:String = "result"