Property | Defined By | ||
---|---|---|---|
data : String
A reference to the string generated by an exporter
| ExporterEvent |
Method | Defined By | ||
---|---|---|---|
ExporterEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) | ExporterEvent |
Constant | Defined By | ||
---|---|---|---|
COMPLETE : String = complete [static]
Defines the value of the type property of a complete event object. | ExporterEvent |
data | property |
public var data:String
A reference to the string generated by an exporter
ExporterEvent | () | Constructor |
public function ExporterEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
type:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
|
COMPLETE | Constant |
public static const COMPLETE:String = complete
Defines the value of the type property of a complete event object.