Packagecom.salesforce.events
Classpublic class SendEvent
InheritanceSendEvent Inheritance flash.events.Event

Event used to wait for the async return from a SOAP request. Connection() adds a listner of this event type when begining a SOAP request using Transport()



Public Properties
 PropertyDefined by
  soapRequest : String
SendEvent
Public Methods
 MethodDefined by
  
SendEvent(type:String, soapRequest:String = "empty")
SendEvent
  
clone():Event
SendEvent
Public Constants
 ConstantDefined by
  SEND_REQUEST : String = "sendRequest"
[static]
SendEvent
Property detail
soapRequestproperty
public var soapRequest:String
Constructor detail
SendEvent()constructor
public function SendEvent(type:String, soapRequest:String = "empty")Parameters
type:String
 
soapRequest:String (default = "empty")
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
SEND_REQUESTconstant
public static const SEND_REQUEST:String = "sendRequest"