T - The visitable typepublic interface Visitor<T>
| Modifier and Type | Method and Description |
|---|---|
void |
visit(T visitable)
Callback from the visited object selection role.
|
void visit(T visitable)
visitable - the visited party.Visitable.accept(Visitor)Copyright © 2006–2020 Esito AS. All rights reserved.