Packagecom.vmware.core.events
Classpublic class Request
InheritanceRequest Inheritance flash.events.Event
Subclasses DataRequest, TiwoRegistrationRequestEvent

An event that allows to store a request context in its context property.



Public Properties
 PropertyDefined By
  context : Object
Optional context that might be required to handle the response.
Request
Public Methods
 MethodDefined By
  
Request(type:String, context:Object = null)
Constructor.
Request
  
clone():Event
[override] Creates a clone of this event.
Request
Property Detail
contextproperty
public var context:Object

Optional context that might be required to handle the response. This can be any arbitrary context specified by the client for its own use and will be returned as-is without being interpreted by the request handler.

Constructor Detail
Request()Constructor
public function Request(type:String, context:Object = null)

Constructor.

Parameters
type:String
 
context:Object (default = null)
Method Detail
clone()method
override public function clone():Event

Creates a clone of this event.

Returns
Event — A clone of this event.