|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentVisitor
A visitor that is visits component hierarchies. The SComponent and SContainer implement the corresponding invite method.
| Method Summary | |
|---|---|
void |
visit(SComponent component)
Visit a SComponent. |
void |
visit(SContainer container)
Visit a SContainer. |
| Method Detail |
|---|
void visit(SComponent component)
throws Exception
component - the component to be visited
Exception
void visit(SContainer container)
throws Exception
SContainer.inviteEachComponent(ComponentVisitor))
container - the component to be visited
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||