| Package | away3d.events |
| Class | public class BSPBuildEvent |
| Inheritance | BSPBuildEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| count : int = 0 | BSPBuildEvent | ||
| data : Object | BSPBuildEvent | ||
| message : String | BSPBuildEvent | ||
| percent : Number = 0 | BSPBuildEvent | ||
| percentPart : Number = 0 | BSPBuildEvent | ||
| totalParts : Number = 1 | BSPBuildEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
BSPBuildEvent
(type:String, bubbles:Boolean = false, cancelable:Boolean = false) | BSPBuildEvent | ||
|
clone():Event
| BSPBuildEvent | ||
| Constant | Defined 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 | ||
| count | property |
public var count:int = 0
| data | property |
public var data:Object
| message | property |
public var message:String
| percent | property |
public var percent:Number = 0
| percentPart | property |
public var percentPart:Number = 0
| totalParts | property |
public var totalParts:Number = 1
| BSPBuildEvent | () | constructor |
public function BSPBuildEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| clone | () | method |
public override function clone():Event
Returns
Event |
| BUILD_CANCELED | constant |
public static const BUILD_CANCELED:String = "buildCanceled"
| BUILD_COMPLETE | constant |
public static const BUILD_COMPLETE:String = "buildcomplete"
Defines the value of the type property of a buildcomplete event object.
| BUILD_COUNT | constant |
public static const BUILD_COUNT:String = "buildcount"
Defines the value of the type property of a buildcount event object.
| BUILD_ERROR | constant |
public static const BUILD_ERROR:String = "builderror"
Defines the value of the type property of a builderror event object.
| BUILD_PROGRESS | constant |
public static const BUILD_PROGRESS:String = "buildprogress"
Defines the value of the type property of a buildprogress event object.
| BUILD_WARNING | constant |
public static const BUILD_WARNING:String = "buildwarning"
Defines the value of the type property of a buildwarning event object.