Package org.progeeks.cmd

Interface Summary
Command A command is a single unit of execution where the calling code is decoupled from the work being performed.
CommandProcessor This is defined the basic interface to which all implementations must comply.
Environment The context provided to the commands when they are executed by the command processor.
Result A container for the results of a command execution.
TargetedEnvironment Specialization of Environment providing access to a specific target object.
 

Class Summary
BooleanResult Contains the true/false result of a command execution.
CommandMap A Map implementation that matches objects to commands and provides a convenient way to execute those commands targeted to a certain object.
IntegerResult Contains the integer result of a command execution.
ObjectResult Generic result holder object.
 



Copyright © 2002-2003 Paul Speed. All Rights Reserved.