Interface IClientComponent<C>

Type Parameters:
C - is the type of the client a IClientComponent can belong to.
All Known Implementing Classes:
AbstractSession, AbstractWebClientSession, TestSession, UnderConstructionPageSession, WebClientSession

public interface IClientComponent<C>
A IClientComponent can belong to a client.
Author:
Silvan Wyss
  • Method Details