T
- the type of the service that is to be visited.public static interface WhiteboardHelper.Visitor<T>
Modifier and Type | Method and Description |
---|---|
void |
visit(T aService)
Called for each service.
|
void visit(T aService)
aService
- the service that is to be visited, never null
.Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.