Packagejp.seagirl.genius.commands
Interfacepublic interface ISequenceCommand extends ICommand
ImplementorsSequenceCommand

ISequenceCommandシーケンスで使われるコマンドを定義するインターフェースです。 (互換性のために残してある古いインターフェースです。)



Public Properties
 PropertyDefined by
  nextEvent : GeniusEvent
ISequenceCommand
Public Methods
 MethodDefined by
  
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
ISequenceCommand
  
dispatchEvent(event:Event):Boolean
ISequenceCommand
 Inherited
execute(event:GeniusEvent):void
コマンドが実行されると呼び出されます。
ICommand
  
hasEventListener(type:String):Boolean
ISequenceCommand
  
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
ISequenceCommand
  
willTrigger(type:String):Boolean
ISequenceCommand
Property detail
nextEventproperty
nextEvent:GeniusEvent  [read-write]Implementation
    public function get nextEvent():GeniusEvent
    public function set nextEvent(value:GeniusEvent):void
Method detail
addEventListener()method
public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):voidParameters
type:String
 
listener:Function
 
useCapture:Boolean (default = false)
 
priority:int (default = 0)
 
useWeakReference:Boolean (default = false)
dispatchEvent()method 
public function dispatchEvent(event:Event):BooleanParameters
event:Event

Returns
Boolean
hasEventListener()method 
public function hasEventListener(type:String):BooleanParameters
type:String

Returns
Boolean
removeEventListener()method 
public function removeEventListener(type:String, listener:Function, useCapture:Boolean = false):voidParameters
type:String
 
listener:Function
 
useCapture:Boolean (default = false)
willTrigger()method 
public function willTrigger(type:String):BooleanParameters
type:String

Returns
Boolean