Package | com.sibirjak.angara.monitor |
Class | public class MonitorEvent |
Inheritance | MonitorEvent ![]() |
Property | Defined by | ||
---|---|---|---|
monitor : IMonitor
[read-only]
Returns the monitor dispatching this event.
| MonitorEvent |
Method | Defined by | ||
---|---|---|---|
MonitorEvent(type:String, monitor:IMonitor)
Creates a new LoaderItemEvent.
| MonitorEvent |
Constant | Defined by | ||
---|---|---|---|
COMPLETE : String = "monitor_complete" [static]
All monitor items finished (complete or failed).
| MonitorEvent | ||
PROGRESS : String = "monitor_progress" [static]
Progress of monitor has changed.
| MonitorEvent |
monitor | property |
monitor:IMonitor
[read-only]Returns the monitor dispatching this event.
Implementation public function get monitor():IMonitor
MonitorEvent | () | constructor |
public function MonitorEvent(type:String, monitor:IMonitor)
Creates a new LoaderItemEvent.
Parameterstype:String — Type of the event.
|
|
monitor:IMonitor — Reference to the monitor.
|
COMPLETE | constant |
public static const COMPLETE:String = "monitor_complete"
All monitor items finished (complete or failed).
PROGRESS | constant |
public static const PROGRESS:String = "monitor_progress"
Progress of monitor has changed.