Packagenet.guttershark.support.preloading.events
Classpublic final class AssetOpenEvent
InheritanceAssetOpenEvent Inheritance flash.events.Event

The AssetOpenEvent dispatches when an Asset has started downloading.



Public Properties
 PropertyDefined by
  asset : Asset
The Asset that started downloading.
AssetOpenEvent
Public Methods
 MethodDefined 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
Public Constants
 ConstantDefined by
  OPEN : String = "assetOpen"
[static] Defines the value of the type property of the assetOpen event type.
AssetOpenEvent
Property detail
assetproperty
public var asset:Asset

The Asset that started downloading.

Constructor detail
AssetOpenEvent()constructor
public function AssetOpenEvent(type:String, asset:Asset)

Constructor for AssetOpenEvent instances.

Parameters
type:String — The event type.
 
asset:Asset — The Asset that is downloading.
Method detail
clone()method
public override function clone():Event

Clone this AssetOpenEvent.

Returns
Event
toString()method 
public override function toString():String

To string override for descriptions.

Returns
String
Constant detail
OPENconstant
public static const OPEN:String = "assetOpen"

Defines the value of the type property of the assetOpen event type.