|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of the service that is to be visited.public static interface WhiteboardHelper.Visitor<T>
To be implemented by the class that wants to obtain a reference to a certain service.
Method Summary | |
---|---|
void |
visit(T aService)
Called for each service. |
Method Detail |
---|
void visit(T aService)
aService
- the service that is to be visited, never null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |