org.apache.beehive.netui.core.chain
Interface Chain

All Superinterfaces:
Command
All Known Implementing Classes:
ChainBase

public interface Chain
extends Command

An implementation of the Chain of Responsibility pattern that chains Commands together.


Method Summary
 void addCommand(Command command)
           
 Command[] getCommands()
           
 
Methods inherited from interface Command
execute
 

Method Detail

addCommand

void addCommand(Command command)

getCommands

Command[] getCommands()