org.progeeks.cmd.stack
Interface StackEnvironment

All Superinterfaces:
CommandProcessor, CommandProcessorStack, Environment
All Known Implementing Classes:
ForwardingStack, QueuingStack

public interface StackEnvironment
extends Environment, CommandProcessorStack

Environment specialization providing access to the command processor stack controls.

Version:
$Revision: 1.1 $
Author:
Paul Speed

Method Summary
 
Methods inherited from interface org.progeeks.cmd.CommandProcessor
execute
 
Methods inherited from interface org.progeeks.cmd.stack.CommandProcessorStack
peekCommandProcessor, popCommandProcessor, pushCommandProcessor
 
Methods inherited from interface org.progeeks.cmd.CommandProcessor
execute
 



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