Packagecom.esri.aws.awx.events
Classpublic class WidgetLoaderEvent
InheritanceWidgetLoaderEvent Inheritance flash.events.Event

WidgetLoaderEvents are dispatched to notify listeners on the status of the loading process.

See also

com.esri.aws.awx.widget.WidgetLoader


Public Properties
 PropertyDefined by
  bytesLoaded : int
The number of bytes of data that have been loaded into the player.
WidgetLoaderEvent
  bytesTotal : int
The total size in bytes of the file being loaded into the player.
WidgetLoaderEvent
  widget : IWidget
WidgetLoaderEvent
Public Methods
 MethodDefined by
  
WidgetLoaderEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new WidgetLoaderEvent.
WidgetLoaderEvent
Public Constants
 ConstantDefined by
  WIDGET_LOADED : String = "widgetLoaded"
[static]
WidgetLoaderEvent
  WIDGET_LOADING : String = "widgetLoading"
[static]
WidgetLoaderEvent
Property detail
bytesLoadedproperty
public var bytesLoaded:int

The number of bytes of data that have been loaded into the player.

bytesTotalproperty 
public var bytesTotal:int

The total size in bytes of the file being loaded into the player.

widgetproperty 
public var widget:IWidget
Constructor detail
WidgetLoaderEvent()constructor
public function WidgetLoaderEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Creates a new WidgetLoaderEvent.

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
WIDGET_LOADEDconstant
public static const WIDGET_LOADED:String = "widgetLoaded"

WIDGET_LOADINGconstant 
public static const WIDGET_LOADING:String = "widgetLoading"