| Package | com.addicted2flash.event |
| Class | public final class DataServiceEvent |
| Method | Defined by | ||
|---|---|---|---|
|
typeToString(type:int):String
[static]
Returns the string representation of the given type.
| DataServiceEvent | ||
| Constant | Defined 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 | ||
| typeToString | () | method |
public static function typeToString(type:int):StringReturns the string representation of the given type.
Parameterstype:int — type of event
|
String — the string representation of the given type
|
— if type is not supported
|
| COMPLETE | constant |
public static const COMPLETE:int = 0x001complete type.
| HTTP_STATUS | constant |
public static const HTTP_STATUS:int = 0x010http status type.
| IO_ERROR | constant |
public static const IO_ERROR:int = 0x002input output error type.
| PROGRESS | constant |
public static const PROGRESS:int = 0x008progress type.
| SECURITY_ERROR | constant |
public static const SECURITY_ERROR:int = 0x004security error type.
| UPDATE | constant |
public static const UPDATE:intupdate type (includes all loader service event types).