| Package | com.myflashlab.air.extensions.zip |
| Class | public class ZipManagerEvent |
| Inheritance | ZipManagerEvent flash.events.Event |
| Method | Defined By | ||
|---|---|---|---|
ZipManagerEvent(type:String, data:* = null, bubbles:Boolean = false, cancelable:Boolean = false) | ZipManagerEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| COMPLETED : String = onCompleted [static] | ZipManagerEvent | ||
| ERROR : String = onError [static] | ZipManagerEvent | ||
| PROGRESS : String = onProgress [static] | ZipManagerEvent | ||
| START : String = onStart [static] | ZipManagerEvent | ||
| ZipManagerEvent | () | Constructor |
public function ZipManagerEvent(type:String, data:* = null, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
data:* (default = null) | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| COMPLETED | Constant |
public static const COMPLETED:String = onCompleted| ERROR | Constant |
public static const ERROR:String = onError| PROGRESS | Constant |
public static const PROGRESS:String = onProgress| START | Constant |
public static const START:String = onStart