| Package | net.guttershark.support.preloading.events |
| Class | public final class AssetStatusEvent |
| Inheritance | AssetStatusEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| asset : Asset
The Asset that had the status error.
| AssetStatusEvent | ||
| status : int
The status code.
| AssetStatusEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
AssetStatusEvent(type:String, asset:Asset, status:int)
Constructor for AssetStatusEvent instances.
| AssetStatusEvent | ||
|
clone():Event
Clone this AssetStatusEvent.
| AssetStatusEvent | ||
|
toString():String
To string override for descriptions.
| AssetStatusEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| STATUS : String = "assetStatus" [static]
Defines the value of the type property of the assetStatus event type.
| AssetStatusEvent | ||
| asset | property |
public var asset:AssetThe Asset that had the status error.
| status | property |
public var status:intThe status code.
| AssetStatusEvent | () | constructor |
public function AssetStatusEvent(type:String, asset:Asset, status:int)Constructor for AssetStatusEvent instances.
Parameterstype:String — The type.
|
|
asset:Asset — The Asset that triggered the status event.
|
|
status:int — The status code of the event.
|
| clone | () | method |
public override function clone():EventClone this AssetStatusEvent.
ReturnsEvent |
| toString | () | method |
public override function toString():StringTo string override for descriptions.
ReturnsString |
| STATUS | constant |
public static const STATUS:String = "assetStatus"Defines the value of the type property of the assetStatus event type.