Schnittstelle IClientComponent<C>

Typparameter:
C - is the type of the client a IClientComponent can belong to.
Alle bekannten Implementierungsklassen:
AbstractSession, AbstractWebClientSession, ServerDashboardSession, TestSession, UnderConstructionPageSession, WebClientSession

public interface IClientComponent<C>
A IClientComponent can belong to a client.
Version:
2024-12-14
Autor:
Silvan Wyss
  • Methodendetails

    • belongsToClient

      boolean belongsToClient()
      Gibt zurück:
      true if the current IClientComponent belongs to a client, false otherwise.
    • getStoredParentClient

      C getStoredParentClient()
      Gibt zurück:
      the client of the current IClientComponent.
      Löst aus:
      RuntimeException - if the current IClientComponent does not belong to a client.