Interface IClientManager<C>
- Type Parameters:
C- is the type of the clients of aIClientManager.
public interface IClientManager<C>
- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
getStoredClients
IContainer<? extends C> getStoredClients()- Returns:
- the clients of the current
IClientManager.
-