Interface IApplicationComponent<A>
- Type Parameters:
A- is the type of the application aIApplicationComponentcan belong to.
public interface IApplicationComponent<A>
A
IApplicationComponent can belong to an application.- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
belongsToApplication
boolean belongsToApplication()- Returns:
- true if the current
IApplicationComponentbelongs to an application, false otherwise.
-
getStoredParentApplication
A getStoredParentApplication()- Returns:
- the application of the current
IApplicationComponent. - Throws:
RuntimeException- if the currentIApplicationComponentdoes not belong to an application.
-