T - Type of the entity to visit.public interface ExternalEntityVisitor<T>
| Modifier and Type | Method and Description |
|---|---|
void |
visit(T entity)
Method, which is called, whenever an entity is visited.
|
Copyright © 2019 Communote team. All rights reserved.