Packagejp.seagirl.genius.core
Classpublic class WindowedApplication
InheritanceWindowedApplication Inheritance mx.core.WindowedApplication

ApplicationはAIRアプリケーションにおけるドキュメントクラスに相当するクラスです。



Public Methods
 MethodDefined by
  
コンストラクタ
WindowedApplication
Protected Methods
 MethodDefined by
  
applicationCompleteHandler(event:FlexEvent):void
FlexEvent.APPLICATION_COMPLETEで呼ばれるハンドラ
WindowedApplication
  
creationCompleteHandler(event:FlexEvent):void
FlexEvent.CREATION_COMPLETEで呼ばれるハンドラ
WindowedApplication
  
initializeHandler(event:FlexEvent):void
FlexEvent.INITIALIZEで呼ばれるハンドラ
WindowedApplication
  
preinitializeHandler(event:FlexEvent):void
FlexEvent.PREINITIALIZEで呼ばれるハンドラ
WindowedApplication
Constructor detail
WindowedApplication()constructor
public function WindowedApplication()

コンストラクタ

Method detail
applicationCompleteHandler()method
protected function applicationCompleteHandler(event:FlexEvent):void

FlexEvent.APPLICATION_COMPLETEで呼ばれるハンドラ

Parameters
event:FlexEvent
creationCompleteHandler()method 
protected function creationCompleteHandler(event:FlexEvent):void

FlexEvent.CREATION_COMPLETEで呼ばれるハンドラ

Parameters
event:FlexEvent
initializeHandler()method 
protected function initializeHandler(event:FlexEvent):void

FlexEvent.INITIALIZEで呼ばれるハンドラ

Parameters
event:FlexEvent
preinitializeHandler()method 
protected function preinitializeHandler(event:FlexEvent):void

FlexEvent.PREINITIALIZEで呼ばれるハンドラ

Parameters
event:FlexEvent