LoopCommandListener

Kind of class:public interface
Package:com.bourre.commands
Inherits from:ASyncCommandListener
Author:Cédric Néhémie
Classpath:com.bourre.commands.LoopCommandListener
File last modified:Monday, 24 November 2008, 11:36:52
Objects which want to listen to a LoopCommandinstance have to implement the LoopCommandListenerinterface.

Summary


Instance methods
Instance methods inherited from ASyncCommandListener
Event handlers
Event handlers inherited from ASyncCommandListener

Event handlers

onLoopCancel

public function onLoopCancel (
e:LoopEvent) : void

Called when the loop have been canceled due to a user
input.
Parameters:
e:
event object dispatched by the loop command

onLoopEnd

public function onLoopEnd (
e:LoopEvent) : void

Called at the end of the loop process.
Parameters:
e:
event object dispatched by the loop command

onLoopProgress

public function onLoopProgress (
e:LoopEvent) : void

Called at each step performed by the loop.
Parameters:
e:
event object dispatched by the loop command

onLoopStart

public function onLoopStart (
e:LoopEvent) : void

Called when the loop command start or restart its process.
Parameters:
e:
event object dispatched by the loop command

onLoopStop

public function onLoopStop (
e:LoopEvent) : void

Called when the loop command stop its process.
Parameters:
e:
event object dispatched by the loop command