Schnittstelle IClientManager<C>
- Typparameter:
C- is the type of the clients of aIClientManager.
public interface IClientManager<C>
- Version:
- 2025-07-11
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
getStoredClients
IContainer<? extends C> getStoredClients()- Gibt zurück:
- the clients of the current
IClientManager.
-