Interface IClientManager<C>

Type Parameters:
C - is the type of the clients of a IClientManager.

public interface IClientManager<C>
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
    IContainer<? extends C>
     
  • Method Details