T
- The return typeC
- The component type to visitpublic interface ComponentTreeVisitor<T,C extends Component>
Modifier and Type | Method and Description |
---|---|
T |
visit(C cpn)
This method is invoked for every visitable component in the component
tree hierarchy which fits the type C.
|