|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - The visited object classpublic interface Visitor<T>
Visitor interface.
| Method Summary | |
|---|---|
boolean |
isDone()
This method allows to determine, if the visitor has finished its work. |
void |
visit(T visitable)
This method is called from the accept method of visited objects. |
| Method Detail |
|---|
void visit(T visitable)
visitable - The visited object class.boolean isDone()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||