| Package | jp.seagirl.genius.core |
| Class | public class Application |
| Inheritance | Application mx.core.Application |
| Method | Defined by | ||
|---|---|---|---|
|
コンストラクタ
| Application | ||
| Method | Defined 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 | ||
| Application | () | constructor |
public function Application()コンストラクタ
| applicationCompleteHandler | () | method |
protected function applicationCompleteHandler(event:FlexEvent):voidFlexEvent.APPLICATION_COMPLETEで呼ばれるハンドラ
Parametersevent:FlexEvent |
| creationCompleteHandler | () | method |
protected function creationCompleteHandler(event:FlexEvent):voidFlexEvent.CREATION_COMPLETEで呼ばれるハンドラ
Parametersevent:FlexEvent |
| initializeHandler | () | method |
protected function initializeHandler(event:FlexEvent):voidFlexEvent.INITIALIZEで呼ばれるハンドラ
Parametersevent:FlexEvent |
| preinitializeHandler | () | method |
protected function preinitializeHandler(event:FlexEvent):voidFlexEvent.PREINITIALIZEで呼ばれるハンドラ
Parametersevent:FlexEvent |