| Package | com.adobe.mediacore.events |
| Class | public class LoadInformationEvent |
| Inheritance | LoadInformationEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| loadInformation : LoadInformation [read-only]
The load information associated with this event. | LoadInformationEvent | ||
| Method | Defined By | ||
|---|---|---|---|
LoadInformationEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, loadInformation:LoadInformation = null)
Default constructor
| LoadInformationEvent | ||
clone():Event [override]
| LoadInformationEvent | ||
[static]
Helper method for creating LoadInformation events. | LoadInformationEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| LOAD_INFORMATION_AVAILABLE : String = loadInformationAvailable [static]
Event dispatched when a new load information is created for the current item. | LoadInformationEvent | ||
| loadInformation | property |
loadInformation:LoadInformation [read-only] The load information associated with this event.
public function get loadInformation():LoadInformation| LoadInformationEvent | () | Constructor |
public function LoadInformationEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, loadInformation:LoadInformation = null)Default constructor
Parameterstype:String — Event type.
| |
bubbles:Boolean (default = false) — Specifies whether the event can bubble up the display list hierarchy.
| |
cancelable:Boolean (default = false) — Specifies whether the behavior associated with the event can be prevented.
| |
loadInformation:LoadInformation (default = null) — Associated LoadInformation object.
|
| clone | () | method |
override public function clone():EventReturns
Event |
| create | () | method |
public static function create(type:String, loadInformation:LoadInformation):LoadInformationEventHelper method for creating LoadInformation events.
Parameters
type:String — Event type.
| |
loadInformation:LoadInformation — Associated LoadInformation object.
|
LoadInformationEvent — a valid LoadInformationEvent instance.
|
| LOAD_INFORMATION_AVAILABLE | Constant |
public static const LOAD_INFORMATION_AVAILABLE:String = loadInformationAvailableEvent dispatched when a new load information is created for the current item. The newly created LoadInformation object can be accessed through loadInformation property of this event.