Packageaway3d.events
Classpublic class BSPBuildEvent
InheritanceBSPBuildEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  count : int = 0
BSPBuildEvent
  data : Object
BSPBuildEvent
  message : String
BSPBuildEvent
  percent : Number = 0
BSPBuildEvent
  percentPart : Number = 0
BSPBuildEvent
  totalParts : Number = 1
BSPBuildEvent
Public Methods
 MethodDefined By
  
BSPBuildEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
BSPBuildEvent
  
clone():Event
[override]
BSPBuildEvent
Public Constants
 ConstantDefined By
  BUILD_CANCELED : String = buildCanceled
[static]
BSPBuildEvent
  BUILD_COMPLETE : String = buildcomplete
[static] Defines the value of the type property of a buildcomplete event object.
BSPBuildEvent
  BUILD_COUNT : String = buildcount
[static] Defines the value of the type property of a buildcount event object.
BSPBuildEvent
  BUILD_ERROR : String = builderror
[static] Defines the value of the type property of a builderror event object.
BSPBuildEvent
  BUILD_PROGRESS : String = buildprogress
[static] Defines the value of the type property of a buildprogress event object.
BSPBuildEvent
  BUILD_WARNING : String = buildwarning
[static] Defines the value of the type property of a buildwarning event object.
BSPBuildEvent
Property Detail
countproperty
public var count:int = 0

dataproperty 
public var data:Object

messageproperty 
public var message:String

percentproperty 
public var percent:Number = 0

percentPartproperty 
public var percentPart:Number = 0

totalPartsproperty 
public var totalParts:Number = 1

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



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
####INIT####
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
BUILD_CANCELEDConstant
public static const BUILD_CANCELED:String = buildCanceled

BUILD_COMPLETEConstant 
public static const BUILD_COMPLETE:String = buildcomplete

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

BUILD_COUNTConstant 
public static const BUILD_COUNT:String = buildcount

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

BUILD_ERRORConstant 
public static const BUILD_ERROR:String = builderror

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

BUILD_PROGRESSConstant 
public static const BUILD_PROGRESS:String = buildprogress

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

BUILD_WARNINGConstant 
public static const BUILD_WARNING:String = buildwarning

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