| 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 [override] | 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)type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| clone | () | method |
override public function clone():EventReturnsEvent |
| BUILD_CANCELED | Constant |
public static const BUILD_CANCELED:String = buildCanceled| BUILD_COMPLETE | Constant |
public static const BUILD_COMPLETE:String = buildcompleteDefines the value of the type property of a buildcomplete event object.
| BUILD_COUNT | Constant |
public static const BUILD_COUNT:String = buildcountDefines the value of the type property of a buildcount event object.
| BUILD_ERROR | Constant |
public static const BUILD_ERROR:String = builderrorDefines the value of the type property of a builderror event object.
| BUILD_PROGRESS | Constant |
public static const BUILD_PROGRESS:String = buildprogressDefines the value of the type property of a buildprogress event object.
| BUILD_WARNING | Constant |
public static const BUILD_WARNING:String = buildwarningDefines the value of the type property of a buildwarning event object.