Package | com.myflashlab.air.extensions.barcode |
Class | public class BarcodeEvent |
Inheritance | BarcodeEvent flash.events.Event |
Method | Defined By | ||
---|---|---|---|
BarcodeEvent(type:String, data:* = null, bubbles:Boolean = false, cancelable:Boolean = false) | BarcodeEvent |
Constant | Defined By | ||
---|---|---|---|
CANCEL : String = onCancel [static] | BarcodeEvent | ||
RESULT : String = onResult [static] | BarcodeEvent |
BarcodeEvent | () | Constructor |
public function BarcodeEvent(type:String, data:* = null, bubbles:Boolean = false, cancelable:Boolean = false)
type:String | |
data:* (default = null )
| |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
|
CANCEL | Constant |
public static const CANCEL:String = onCancel
RESULT | Constant |
public static const RESULT:String = onResult