|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Chain
An implementation of the Chain of Responsibility pattern that chains Command
s together.
Method Summary | |
---|---|
void |
addCommand(Command command)
|
Command[] |
getCommands()
|
Methods inherited from interface Command |
---|
execute |
Method Detail |
---|
void addCommand(Command command)
Command[] getCommands()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |