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