Interface ParentAware
- All Known Implementing Classes:
AbstractSelectorExtensionPoint
,InputModulesExtensionPoint
,SourceFactoriesExtensionPoint
public interface ParentAware
Components acception this marker interface indicate that they want
to have a reference to their parent.
This is for example used for selectors.
Note: For the current implementation to work, the parent aware
component and the parent have to be both ThreadSafe!
-
Method Summary
-
Method Details
-
setParent
Set the parent component- Parameters:
parentComponent
- the parent component
-