Packagecom.vmware.data.query.events
Classpublic class DataResponse
InheritanceDataResponse Inheritance flash.events.Event
Subclasses MultiObjectDataResponse

Base class for data return events.

Cannot be instantiated directly.



Public Properties
 PropertyDefined By
  error : Error
Error occurred during data retrieval, if any.
DataResponse
  request : DataRequest
The original request event that this is the response of.
DataResponse
  requestInfo : DataRequestInfo
Getting the data request options
DataResponse
Public Methods
 MethodDefined By
  
DataResponse(type:String)
Constructs a new instance.
DataResponse
Property Detail
errorproperty
public var error:Error

Error occurred during data retrieval, if any.

requestproperty 
public var request:DataRequest

The original request event that this is the response of.

requestInfoproperty 
requestInfo:DataRequestInfo

Getting the data request options


Implementation
    public function get requestInfo():DataRequestInfo
    public function set requestInfo(value:DataRequestInfo):void
Constructor Detail
DataResponse()Constructor
public function DataResponse(type:String)

Constructs a new instance.

Parameters
type:String