Packagecom.addicted2flash.data.service
Interfacepublic interface IDataService extends IDataServiceObservable, IDisposable
ImplementorsLoaderQueue, LoaderQueueService, LoaderQueueServiceGroup

Interface for data services



Public Properties
 PropertyDefined by
  attachment : *
[read-only] Returns attachment of the IDataService.
IDataService
  data : Object
[read-only] Returns requested data.
IDataService
  dataProgress : DataProgress
[read-only] Returns progress of the IDataService.
IDataService
 InheriteddataServiceObserverCount : int
Returns the number of IDataServiceObserver.
IDataServiceObservable
  errorMessage : String
[read-only] Returns error message of the IDataService.
IDataService
  httpStatus : int
[read-only] Returns http status of the IDataService.
IDataService
  loaderContext : LoaderContext
[read-only] Returns loader context of the IDataService.
IDataService
  priority : int
[read-only] Returns priority of the IDataService.
IDataService
  state : int
[read-only] Returns state of the IDataService.
IDataService
  urlRequest : URLRequest
[read-only] Returns request of the IDataService.
IDataService
Public Methods
 MethodDefined by
 Inherited
Adds an IDataServiceObserver to the set of observers for this object.
IDataServiceObservable
 Inherited
dispose():void
free memory for garbage collection.
IDisposable
 Inherited
Registered IDataServiceObserver will be notified.
IDataServiceObservable
 Inherited
Deletes an IDataServiceObserver from the set of observers of this object.
IDataServiceObservable
 Inherited
Clears the list of observers.
IDataServiceObservable
Property detail
attachmentproperty
attachment:*  [read-only]

Returns attachment of the IDataService.

Implementation
    public function get attachment():*
dataproperty 
data:Object  [read-only]

Returns requested data.

Implementation
    public function get data():Object
dataProgressproperty 
dataProgress:DataProgress  [read-only]

Returns progress of the IDataService.

Implementation
    public function get dataProgress():DataProgress
errorMessageproperty 
errorMessage:String  [read-only]

Returns error message of the IDataService.

Implementation
    public function get errorMessage():String
httpStatusproperty 
httpStatus:int  [read-only]

Returns http status of the IDataService.

Implementation
    public function get httpStatus():int
loaderContextproperty 
loaderContext:LoaderContext  [read-only]

Returns loader context of the IDataService.

Implementation
    public function get loaderContext():LoaderContext
priorityproperty 
priority:int  [read-only]

Returns priority of the IDataService.

Implementation
    public function get priority():int
stateproperty 
state:int  [read-only]

Returns state of the IDataService.

Implementation
    public function get state():int
urlRequestproperty 
urlRequest:URLRequest  [read-only]

Returns request of the IDataService.

Implementation
    public function get urlRequest():URLRequest