Packagecom.addicted2flash.event
Classpublic final class DataServiceEvent

Enumeration class for data service event types.



Public Methods
 MethodDefined by
  
typeToString(type:int):String
[static] Returns the string representation of the given type.
DataServiceEvent
Public Constants
 ConstantDefined by
  COMPLETE : int = 0x001
[static] complete type.
DataServiceEvent
  HTTP_STATUS : int = 0x010
[static] http status type.
DataServiceEvent
  IO_ERROR : int = 0x002
[static] input output error type.
DataServiceEvent
  PROGRESS : int = 0x008
[static] progress type.
DataServiceEvent
  SECURITY_ERROR : int = 0x004
[static] security error type.
DataServiceEvent
  UPDATE : int
[static] update type (includes all loader service event types).
DataServiceEvent
Method detail
typeToString()method
public static function typeToString(type:int):String

Returns the string representation of the given type.

Parameters
type:int — type of event

Returns
String — the string representation of the given type

Throws
— if type is not supported
Constant detail
COMPLETEconstant
public static const COMPLETE:int = 0x001

complete type.

HTTP_STATUSconstant 
public static const HTTP_STATUS:int = 0x010

http status type.

IO_ERRORconstant 
public static const IO_ERROR:int = 0x002

input output error type.

PROGRESSconstant 
public static const PROGRESS:int = 0x008

progress type.

SECURITY_ERRORconstant 
public static const SECURITY_ERROR:int = 0x004

security error type.

UPDATEconstant 
public static const UPDATE:int

update type (includes all loader service event types).