Package | org.vostokframework.application.events |
Class | public class GlobalLoadingEvent |
Inheritance | GlobalLoadingEvent flash.events.Event |
Property | Defined By | ||
---|---|---|---|
monitoring : LoadingMonitoring [read-only]
description
| GlobalLoadingEvent | ||
queueId : String [read-only]
description
| GlobalLoadingEvent | ||
queueLocale : String [read-only]
description
| GlobalLoadingEvent |
Method | Defined By | ||
---|---|---|---|
GlobalLoadingEvent(type:String, queueId:String, queueLocale:String, monitoring:LoadingMonitoring = null)
description
| GlobalLoadingEvent | ||
clone():Event [override] | GlobalLoadingEvent | ||
typeBelongs(type:String):Boolean [static] | GlobalLoadingEvent |
Constant | Defined By | ||
---|---|---|---|
CANCELED : String = VostokFramework.GlobalLoadingEvent.CANCELED [static] | GlobalLoadingEvent | ||
COMPLETE : String = VostokFramework.GlobalLoadingEvent.COMPLETE [static] | GlobalLoadingEvent | ||
OPEN : String = VostokFramework.GlobalLoadingEvent.OPEN [static] | GlobalLoadingEvent | ||
PROGRESS : String = VostokFramework.GlobalLoadingEvent.PROGRESS [static] | GlobalLoadingEvent | ||
STOPPED : String = VostokFramework.GlobalLoadingEvent.STOPPED [static] | GlobalLoadingEvent |
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
GlobalLoadingEvent | () | Constructor |
public function GlobalLoadingEvent(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():Event
ReturnsEvent |
typeBelongs | () | method |
public static function typeBelongs(type:String):Boolean
Parameters
type:String |
Boolean |
CANCELED | Constant |
public static const CANCELED:String = VostokFramework.GlobalLoadingEvent.CANCELED
COMPLETE | Constant |
public static const COMPLETE:String = VostokFramework.GlobalLoadingEvent.COMPLETE
OPEN | Constant |
public static const OPEN:String = VostokFramework.GlobalLoadingEvent.OPEN
PROGRESS | Constant |
public static const PROGRESS:String = VostokFramework.GlobalLoadingEvent.PROGRESS
STOPPED | Constant |
public static const STOPPED:String = VostokFramework.GlobalLoadingEvent.STOPPED