Packagejp.seagirl.genius.commands
Classpublic class SequenceCommand
InheritanceSequenceCommand Inheritance flash.events.EventDispatcher
ImplementsISequenceCommand
SubclassesAsyncCommand

SequenceCommandはシーケンスで使われるコマンドの実装クラスです。 (互換性のために残してある古いクラスです。)



Public Properties
 PropertyDefined by
  nextEvent : GeniusEvent
処理終了後に実行するイベントです。
SequenceCommand
Public Methods
 MethodDefined by
  
execute(event:GeniusEvent):void
コマンドが実行されると呼び出されます。
SequenceCommand
Events
 EventSummaryDefined by
   処理が完了すると発行されます。 SequenceCommand
Property detail
nextEventproperty
nextEvent:GeniusEvent  [read-write]

処理終了後に実行するイベントです。

Implementation
    public function get nextEvent():GeniusEvent
    public function set nextEvent(value:GeniusEvent):void
Method detail
execute()method
public function execute(event:GeniusEvent):void

コマンドが実行されると呼び出されます。

Parameters
event:GeniusEvent
Event detail
completeevent 
Event object type: flash.events.Event

処理が完了すると発行されます。