| Package | com.addicted2flash.event |
| Class | public final class FluxEvent |
| Method | Defined by | ||
|---|---|---|---|
|
typeToString(type:int):String
[static]
Returns the string representation of the given type.
| FluxEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| COMPLETE : int = 0x10 [static]
Complete event.
| FluxEvent | ||
| PAUSE : int = 0x02 [static]
Pause event.
| FluxEvent | ||
| RESUME : int = 0x08 [static]
Resume event.
| FluxEvent | ||
| START : int = 0x01 [static]
Start event.
| FluxEvent | ||
| STOP : int = 0x04 [static]
Stop event
| FluxEvent | ||
| UPDATE : int = 0x20 [static]
Update event.
| FluxEvent | ||
| 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 = 0x10Complete event.
| PAUSE | constant |
public static const PAUSE:int = 0x02Pause event.
| RESUME | constant |
public static const RESUME:int = 0x08Resume event.
| START | constant |
public static const START:int = 0x01Start event.
| STOP | constant |
public static const STOP:int = 0x04Stop event
| UPDATE | constant |
public static const UPDATE:int = 0x20Update event.