Schnittstelle IApplicationComponent<A>
- Typparameter:
A
- is the type of the application aIApplicationComponent
can belong to.
public interface IApplicationComponent<A>
A
IApplicationComponent
can belong to an application.- Version:
- 2024-12-14
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
-
Methodendetails
-
belongsToApplication
boolean belongsToApplication()- Gibt zurück:
- true if the current
IApplicationComponent
belongs to an application, false otherwise.
-
getStoredParentApplication
A getStoredParentApplication()- Gibt zurück:
- the application of the current
IApplicationComponent
. - Löst aus:
RuntimeException
- if the currentIApplicationComponent
does not belong to an application.
-