| Package | gs.events |
| Class | public final class AssetErrorEvent |
| Inheritance | AssetErrorEvent flash.events.Event |
See also
| Method | Defined by | ||
|---|---|---|---|
|
AssetErrorEvent(type:String, asset:Asset)
Constructor for AssetErrorEvent instances.
| AssetErrorEvent | ||
|
clone():Event
Clone this AssetErrorEvent.
| AssetErrorEvent | ||
|
toString():String
To string override for descriptions.
| AssetErrorEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| ERROR : String = "assetError" [static]
Defines the value of the type propert yof the assetError event type.
| AssetErrorEvent | ||
| asset | property |
public var asset:AssetThe Asset that errored out.
| AssetErrorEvent | () | constructor |
public function AssetErrorEvent(type:String, asset:Asset)Constructor for AssetErrorEvent instances.
Parameterstype:String — The event type.
|
|
asset:Asset — The Asset that errored out.
|
| clone | () | method |
public override function clone():EventClone this AssetErrorEvent.
ReturnsEvent |
| toString | () | method |
public override function toString():StringTo string override for descriptions.
ReturnsString |
| ERROR | constant |
public static const ERROR:String = "assetError"Defines the value of the type propert yof the assetError event type.