Packagecom.bourre.commands
Interfacepublic interface ASyncCommandSequencerListener extends ASyncCommandListener

Player version: Flash Player 9.0
Language version: ActionScript 3.0

The ASyncCommandSequencerListener interface defines rules for ASyncCommandSequencer listeners.

See also

ASyncCommandSequencer


Public Methods
 MethodDefined by
 Inherited
onCommandEnd(e:Event):void
Called when the command have completed its process.
ASyncCommandListener
  
onCommandTimeout(e:Event):void
ASyncCommandSequencerListener
Method detail
onCommandTimeout()method
public function onCommandTimeout(e:Event):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
e:Event