Package org.progeeks.cmd.stack

Interface Summary
CommandProcessorStack A stack of command processors providing a simple state manager.
StackableCommandProcessor Command processor specialization that can be used in a StackedCommandProcessor.
StackEnvironment Environment specialization providing access to the command processor stack controls.
 

Class Summary
ForwardingStack CommandProcessorStack implementation that will forward commands to the next entry in the stack if they cannot be run by the top entry.
QueuingStack CommandProcessorStack implementation that will queue commands that cannot be executed by the top entry.
 



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