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
- onLoopStart (e:LoopEvent) : void
- Called when the loop command start or restart its process.
- onLoopProgress (e:LoopEvent) : void
- Called at each step performed by the loop.
- onLoopStop (e:LoopEvent) : void
- Called when the loop command stop its process.
- onLoopEnd (e:LoopEvent) : void
- Called at the end of the loop process.
- onLoopCancel (e:LoopEvent) : void
- Called when the loop have been canceled due to a user
Event handlers inherited from ASyncCommandListener
Event handlers
onLoopCancel
Called when the loop have been canceled due to a user
input.
input.
Parameters:
e:
event object dispatched by the loop command
onLoopEnd
Called at the end of the loop process.
Parameters:
e:
event object dispatched by the loop command
onLoopProgress
Called at each step performed by the loop.
Parameters:
e:
event object dispatched by the loop command
onLoopStart
Called when the loop command start or restart its process.
Parameters:
e:
event object dispatched by the loop command
onLoopStop
Called when the loop command stop its process.
Parameters:
e:
event object dispatched by the loop command