Packagecom.bourre.commands
Interfacepublic interface ASyncCommandListener
SubinterfacesASyncCommandSequencerListener, LoopCommandListener, TweenListener
ImplementorsASyncBatch, ASyncCommandSequencer, FrontController, LoopCommand

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Interface for objects which want to be notified of the end of execution of an asynchronous command.



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

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Called when the command have completed its process.

Parameters
e:Event — event dispatched by the command