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
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 Parameters
Method detail
clone()method
public override 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.

Wiki link
Click to go to the wiki page for 'away3d.events.BSPBuildEvent'

Code examples

Comments