Interface ClientManager<C>
- Type Parameters:
C- the type of the clients of aClientManager
- All Known Subinterfaces:
IApplication<C,S>
- All Known Implementing Classes:
Application, BasicApplication
public interface ClientManager<C>
- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
getStoredClients
ExtendedIterable<? extends C> getStoredClients()- Returns:
- the clients of the current
ClientManager
-