Packagenet.xFramework.ui.loading
Classpublic class UILoading
InheritanceUILoading Inheritance MVCMovieClip Inheritance flash.display.MovieClip



Public Properties
 PropertyDefined by
 InheritedobjController : Controller
コントローラオブジェクト
MVCMovieClip
Protected Properties
 PropertyDefined by
  nBytesLoaded : int = 0
読み込み済みバイト数
UILoading
  nBytesTotal : int = 0
総バイト数
UILoading
  nPercent : int = 0
読み込み済みパーセント
UILoading
Public Methods
 MethodDefined 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
Protected Methods
 MethodDefined by
 Inherited
onReady(objEvent:ControllerEvent):void
準備完了イベントハンドラ

処理の開始は、このイベントハンドラをオーバーライドして 使用してください。

MVCMovieClip
 Inherited
内部準備完了イベントハンドラ
MVCMovieClip
Property detail
nBytesLoadedproperty
protected var nBytesLoaded:int = 0

読み込み済みバイト数

nBytesTotalproperty 
protected var nBytesTotal:int = 0

総バイト数

nPercentproperty 
protected var nPercent:int = 0

読み込み済みパーセント

Constructor detail
UILoading()constructor
public function UILoading()

コンストラクタ

Method detail
onComplate()method
public function onComplate(objEvent:Event):void

完了イベントハンドラ

Parameters
objEvent:Event — イベントオブジェクト
onInit()method 
public function onInit(objEvent:Event):void

初期化イベントハンドラ

Parameters
objEvent:Event — イベントオブジェクト
onProgress()method 
public function onProgress(objEvent:ProgressEvent):void

読み込み中イベントハンドラ

Parameters
objEvent:ProgressEvent — イベントオブジェクト
onUIComplate()method 
public function onUIComplate(objEvent:Event):void

完了イベントハンドラ

UILoading用の完了イベントハンドラ

Parameters
objEvent:Event — イベントオブジェクト
onUIInit()method 
public function onUIInit(objEvent:Event):void

初期化イベントハンドラ

UILoading用の初期化イベントハンドラ

Parameters
objEvent:Event — イベントオブジェクト
onUIProgress()method 
public function onUIProgress(objEvent:ProgressEvent):void

読み込み中イベントハンドラ

UILoading用の読み込み中イベントハンドラ

Parameters
objEvent:ProgressEvent — イベントオブジェクト