Packagejp.seagirl.genius.core
Classpublic class Application
InheritanceApplication Inheritance mx.core.Application

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



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

コンストラクタ

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