Packageaway3d.events
Classpublic class ExporterEvent
InheritanceExporterEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  data : String
A reference to the string generated by an exporter
ExporterEvent
Public Methods
 MethodDefined By
  
ExporterEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
ExporterEvent
Public Constants
 ConstantDefined By
  COMPLETE : String = complete
[static] Defines the value of the type property of a complete event object.
ExporterEvent
Property Detail
dataproperty
public var data:String

A reference to the string generated by an exporter

Constructor Detail
ExporterEvent()Constructor
public function ExporterEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
####INIT####
Constant Detail
COMPLETEConstant
public static const COMPLETE:String = complete

Defines the value of the type property of a complete event object.