| Package | org.vostokframework.application.events | 
| Class | public class QueueLoadingEvent | 
| Inheritance | QueueLoadingEvent    flash.events.Event | 
| Property | Defined By | ||
|---|---|---|---|
| monitoring : LoadingMonitoring [read-only] 
		 description
		   | QueueLoadingEvent | ||
| queueId : String [read-only] 
		 description
		   | QueueLoadingEvent | ||
| queueLocale : String [read-only] 
		 description
		   | QueueLoadingEvent | ||
| Method | Defined By | ||
|---|---|---|---|
QueueLoadingEvent(type:String, queueId:String, queueLocale:String, monitoring:LoadingMonitoring = null) 
		 description
		 
		   | QueueLoadingEvent | ||
clone():Event [override]   | QueueLoadingEvent | ||
typeBelongs(type:String):Boolean [static]   | QueueLoadingEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| CANCELED : String = VostokFramework.QueueLoadingEvent.CANCELED [static]   | QueueLoadingEvent | ||
| COMPLETE : String = VostokFramework.QueueLoadingEvent.COMPLETE [static]   | QueueLoadingEvent | ||
| OPEN : String = VostokFramework.QueueLoadingEvent.OPEN [static]   | QueueLoadingEvent | ||
| PROGRESS : String = VostokFramework.QueueLoadingEvent.PROGRESS [static]   | QueueLoadingEvent | ||
| STOPPED : String = VostokFramework.QueueLoadingEvent.STOPPED [static]   | QueueLoadingEvent | ||
| monitoring | property | 
monitoring:LoadingMonitoring  [read-only] description
    public function get monitoring():LoadingMonitoring| queueId | property | 
queueId:String  [read-only] description
    public function get queueId():String| queueLocale | property | 
queueLocale:String  [read-only] description
    public function get queueLocale():String| QueueLoadingEvent | () | Constructor | 
public function QueueLoadingEvent(type:String, queueId:String, queueLocale:String, monitoring:LoadingMonitoring = null)description
Parameterstype:String | |
queueId:String | |
queueLocale:String | |
monitoring:LoadingMonitoring (default = null) | 
| clone | () | method | 
override public function clone():EventReturnsEvent | 
| typeBelongs | () | method | 
 public static function typeBelongs(type:String):BooleanParameters
type:String | 
Boolean | 
| CANCELED | Constant | 
public static const CANCELED:String = VostokFramework.QueueLoadingEvent.CANCELED| COMPLETE | Constant | 
public static const COMPLETE:String = VostokFramework.QueueLoadingEvent.COMPLETE| OPEN | Constant | 
public static const OPEN:String = VostokFramework.QueueLoadingEvent.OPEN| PROGRESS | Constant | 
public static const PROGRESS:String = VostokFramework.QueueLoadingEvent.PROGRESS| STOPPED | Constant | 
public static const STOPPED:String = VostokFramework.QueueLoadingEvent.STOPPED