nl.lxtreme.ols.util.osgi
Interface WhiteboardHelper.Visitor<T>

Type Parameters:
T - the type of the service that is to be visited.
Enclosing class:
WhiteboardHelper<T>

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

visit

void visit(T aService)
Called for each service.

Parameters:
aService - the service that is to be visited, never null.


Copyright © 2012 L'Xtreme IT consultancy. All Rights Reserved.