| Package | com.vmware.core.events |
| Class | public class Request |
| Inheritance | Request flash.events.Event |
| Subclasses | DataRequest, TiwoRegistrationRequestEvent |
context
property.
| Property | Defined By | ||
|---|---|---|---|
| context : Object
Optional context that might be required to handle the response. | Request | ||
| Method | Defined By | ||
|---|---|---|---|
Request(type:String, context:Object = null)
Constructor. | Request | ||
clone():Event [override]
Creates a clone of this event. | Request | ||
| context | property |
public var context:ObjectOptional 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.
| Request | () | Constructor |
public function Request(type:String, context:Object = null)Constructor.
Parameterstype:String | |
context:Object (default = null) |
| clone | () | method |
override public function clone():EventCreates a clone of this event.
ReturnsEvent —
A clone of this event.
|