Packagecom.bourre.commands
Interfacepublic interface LoopCommandListener extends ASyncCommandListener

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Objects which want to listen to a LoopCommand instance have to implement the LoopCommandListener interface.



Public Methods
 MethodDefined by
 Inherited
onCommandEnd(e:Event):void
Called when the command have completed its process.
ASyncCommandListener
  
Called when the loop have been canceled due to a user input.
LoopCommandListener
  
Called at the end of the loop process.
LoopCommandListener
  
Called at each step performed by the loop.
LoopCommandListener
  
Called when the loop command start or restart its process.
LoopCommandListener
  
Called when the loop command stop its process.
LoopCommandListener
Method detail
onLoopCancel()method
public function onLoopCancel(e:LoopEvent):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Called when the loop have been canceled due to a user input.

Parameters
e:LoopEvent — event object dispatched by the loop command
onLoopEnd()method 
public function onLoopEnd(e:LoopEvent):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Called at the end of the loop process.

Parameters
e:LoopEvent — event object dispatched by the loop command
onLoopProgress()method 
public function onLoopProgress(e:LoopEvent):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Called at each step performed by the loop.

Parameters
e:LoopEvent — event object dispatched by the loop command
onLoopStart()method 
public function onLoopStart(e:LoopEvent):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Called when the loop command start or restart its process.

Parameters
e:LoopEvent — event object dispatched by the loop command
onLoopStop()method 
public function onLoopStop(e:LoopEvent):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Called when the loop command stop its process.

Parameters
e:LoopEvent — event object dispatched by the loop command