Package org.jplate.foundation.gof.command

Base package for the "Gang of Four" Command pattern: "Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations," p223 Design Patterns - Elements of Reusable Object-Oriented Software.

See:
          Description

Interface Summary
CommandIfc Defines the "Gang of Four" Command pattern: "Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations," p107 Design Patterns - Elements of Reusable Object-Oriented Software.
ContextCommandIfc<C> A command that executes against a context (for instance the context may contain the state for execution).
 

Exception Summary
ExecuteException Raised if problems arise executing commands.
 

Package org.jplate.foundation.gof.command Description

Base package for the "Gang of Four" Command pattern: "Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations," p223 Design Patterns - Elements of Reusable Object-Oriented Software.

Modifications:
    $Date: 2008-12-02 12:32:45 -0500 (Tue, 02 Dec 2008) $
    $Revision: 479 $
    $Author: sfloess $
    $HeadURL: https://jplate.svn.sourceforge.net/svnroot/jplate/trunk/src/dev/java/org/jplate/foundation/gof/command/package.html $