com.bourre.commands
| Package | |
|---|---|
| Classpath: | com.bourre.commands |
| File last modified: | Wednesday, 16 January 2008, 20:52:15 |
Summary
Classes
ASyncBatch
An asynchronous batch behave as a normal batch, but is designed to handle
ASyncCommandListener
public interfaceInterface for objects which want to be notified of the end of execution
ASyncCommandSequencerListener
public interfaceASyncQueue
An asynchronous queue behave as the asynchronous batch, but use
Delegate
The Delegate encapsulate a method call as an object.
FrontController
A base class for an application specific front controller,
IterationCommand
public interfaceLoopCommand
A
LoopCommand wrap a loop statement within a command.LoopCommandListener
public interfaceObjects which want to listen to a
LoopCommandinstance have to implement the LoopCommandListenerinterface.ReversedBatch
Extends
Batch to process commands in the reversed order.