Package | net.xFramework.ui.loading |
Class | public class UILoading |
Inheritance | UILoading ![]() ![]() |
Property | Defined by | ||
---|---|---|---|
nBytesLoaded : int = 0
読み込み済みバイト数
| UILoading | ||
nBytesTotal : int = 0
総バイト数
| UILoading | ||
nPercent : int = 0
読み込み済みパーセント
| UILoading |
Method | Defined by | ||
---|---|---|---|
コンストラクタ
| UILoading | ||
onComplate(objEvent:Event):void
完了イベントハンドラ
| UILoading | ||
onInit(objEvent:Event):void
初期化イベントハンドラ
| UILoading | ||
onProgress(objEvent:ProgressEvent):void
読み込み中イベントハンドラ
| UILoading | ||
onUIComplate(objEvent:Event):void
完了イベントハンドラ
UILoading用の完了イベントハンドラ | UILoading | ||
onUIInit(objEvent:Event):void
初期化イベントハンドラ
UILoading用の初期化イベントハンドラ | UILoading | ||
onUIProgress(objEvent:ProgressEvent):void
読み込み中イベントハンドラ
UILoading用の読み込み中イベントハンドラ | UILoading |
nBytesLoaded | property |
protected var nBytesLoaded:int = 0
読み込み済みバイト数
nBytesTotal | property |
protected var nBytesTotal:int = 0
総バイト数
nPercent | property |
protected var nPercent:int = 0
読み込み済みパーセント
UILoading | () | constructor |
public function UILoading()
コンストラクタ
onComplate | () | method |
public function onComplate(objEvent:Event):void
完了イベントハンドラ
ParametersobjEvent:Event — イベントオブジェクト
|
onInit | () | method |
public function onInit(objEvent:Event):void
初期化イベントハンドラ
ParametersobjEvent:Event — イベントオブジェクト
|
onProgress | () | method |
public function onProgress(objEvent:ProgressEvent):void
読み込み中イベントハンドラ
ParametersobjEvent:ProgressEvent — イベントオブジェクト
|
onUIComplate | () | method |
public function onUIComplate(objEvent:Event):void
完了イベントハンドラ
UILoading用の完了イベントハンドラ
ParametersobjEvent:Event — イベントオブジェクト
|
onUIInit | () | method |
public function onUIInit(objEvent:Event):void
初期化イベントハンドラ
UILoading用の初期化イベントハンドラ
ParametersobjEvent:Event — イベントオブジェクト
|
onUIProgress | () | method |
public function onUIProgress(objEvent:ProgressEvent):void
読み込み中イベントハンドラ
UILoading用の読み込み中イベントハンドラ
ParametersobjEvent:ProgressEvent — イベントオブジェクト
|