| Package | jp.seagirl.genius.commands |
| Class | public class SequenceCommand |
| Inheritance | SequenceCommand flash.events.EventDispatcher |
| Implements | ISequenceCommand |
| Subclasses | AsyncCommand |
| Property | Defined by | ||
|---|---|---|---|
| nextEvent : GeniusEvent
処理終了後に実行するイベントです。
| SequenceCommand | ||
| Method | Defined by | ||
|---|---|---|---|
|
execute(event:GeniusEvent):void
コマンドが実行されると呼び出されます。
| SequenceCommand | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
| 処理が完了すると発行されます。 | SequenceCommand | |||
| nextEvent | property |
nextEvent:GeniusEvent [read-write]処理終了後に実行するイベントです。
Implementation public function get nextEvent():GeniusEvent
public function set nextEvent(value:GeniusEvent):void
| execute | () | method |
| complete | event |