com.bourre.commands

Package
Classpath:com.bourre.commands
File last modified:Wednesday, 16 January 2008, 20:52:15

Classes

ASyncBatch

An asynchronous batch behave as a normal batch, but is designed to handle

ASyncCommand

 public interface
An asynchronous command is a runnable command, which is not terminated

ASyncCommandListener

 public interface
Interface for objects which want to be notified of the end of execution

ASyncQueue

An asynchronous queue behave as the asynchronous batch, but use

Command

 public interface
Encapsulate a request as an object, thereby letting you parameterize

Delegate

The Delegate encapsulate a method call as an object.

FrontController

A base class for an application specific front controller,

IterationCommand

 public interface

LoopCommand

A LoopCommand wrap a loop statement within a command.

LoopCommandListener

 public interface
Objects which want to listen to a LoopCommandinstance have to implement the LoopCommandListenerinterface.

MacroCommand

 public interface
A macro command wraps many commands execution in a single

ReversedBatch

Extends Batch to process commands in the reversed order.

Runnable

 public interface
The Runnable interface should be implemented by any