org.progeeks.cmd
Interface Environment

All Superinterfaces:
CommandProcessor
All Known Subinterfaces:
StackEnvironment, TargetedEnvironment
All Known Implementing Classes:
ForwardingStack, QueuingStack, SwingCommandProcessor

public interface Environment
extends CommandProcessor

The context provided to the commands when they are executed by the command processor. This is similar to a session in other architectures and provides standard facilities for executing sub-commands.

Implementations of this class are specific to the command processor within which the command is being executed.

Version:
$Revision: 1.1 $
Author:
Paul Speed

Method Summary
 
Methods inherited from interface org.progeeks.cmd.CommandProcessor
execute
 



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