Schnittstelle IClientComponent<C>
- Typparameter:
C
- is the type of the client aIClientComponent
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
-
Methodenübersicht
-
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 currentIClientComponent
does not belong to a client.
-