| Package | away3d.events |
| Class | public class ExporterEvent |
| Inheritance | ExporterEvent flash.events.Event |
| 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)Parameters
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.