Class com.sekati.load.LoaderEvent

Description

LoaderEvent

Field Index

ERROR, PROGRESS, READY, RETRY

Inherited from Event

Method Index

new LoaderEvent()

Inherited from Event

Inherited from CoreObject

Constructor Detail

LoaderEvent

public function LoaderEvent(type:String, target:Object, data:Object)

Constructor

Field Detail

READY

static public READY:String

ERROR

static public ERROR:String

PROGRESS

static public PROGRESS:String

RETRY

static public RETRY:String