Packagecom.sibirjak.angara.monitor
Classpublic class MonitorEvent
InheritanceMonitorEvent Inheritance flash.events.Event

Monitor event definition.



Public Properties
 PropertyDefined by
  monitor : IMonitor
[read-only] Returns the monitor dispatching this event.
MonitorEvent
Public Methods
 MethodDefined by
  
MonitorEvent(type:String, monitor:IMonitor)
Creates a new LoaderItemEvent.
MonitorEvent
Public Constants
 ConstantDefined 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
Property detail
monitorproperty
monitor:IMonitor  [read-only]

Returns the monitor dispatching this event.

Implementation
    public function get monitor():IMonitor
Constructor detail
MonitorEvent()constructor
public function MonitorEvent(type:String, monitor:IMonitor)

Creates a new LoaderItemEvent.

Parameters
type:String — Type of the event.
 
monitor:IMonitor — Reference to the monitor.
Constant detail
COMPLETEconstant
public static const COMPLETE:String = "monitor_complete"

All monitor items finished (complete or failed).

PROGRESSconstant 
public static const PROGRESS:String = "monitor_progress"

Progress of monitor has changed.