|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupVisitor
And interface for visiting the members of a CommandGroup
.
Method Summary | |
---|---|
void |
visit(ActionCommand command)
Called to visit a ActionCommand member of a CommandGroup . |
void |
visit(CommandGroup group)
Called to visit a CommandGroup member of a CommandGroup . |
Method Detail |
---|
void visit(ActionCommand command)
ActionCommand
member of a CommandGroup
.
command
- the member being visited.void visit(CommandGroup group)
CommandGroup
member of a CommandGroup
.
group
- the member being visited.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |