| Package | efnx.events |
| Class | public class MultiLoaderEvent |
| Inheritance | MultiLoaderEvent flash.events.ProgressEvent |
| Property | Defined by | ||
|---|---|---|---|
| entry : String = ""
The name of the entry that the event pertains to.
| MultiLoaderEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
MultiLoaderEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)
| MultiLoaderEvent | ||
|
clone():Event
| MultiLoaderEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| COMPLETE : String = "complete" [static]
Defines the value of the type property of a MultiLoaderEvent event object.
| MultiLoaderEvent | ||
| PROGRESS : String = "progress" [static]
Defines the value of the type property of a MultiLoaderEvent event object.
| MultiLoaderEvent | ||
| entry | property |
public var entry:String = ""The name of the entry that the event pertains to.
| MultiLoaderEvent | () | constructor |
public function MultiLoaderEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)Parameters
type:String |
|
bubbles:Boolean (default = true) |
|
cancelable:Boolean (default = false) |
| clone | () | method |
public override function clone():Event
Returns
Event |
| COMPLETE | constant |
public static const COMPLETE:String = "complete"Defines the value of the type property of a MultiLoaderEvent event object.
| PROGRESS | constant |
public static const PROGRESS:String = "progress"Defines the value of the type property of a MultiLoaderEvent event object.