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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetParent(Object parentComponent)Set the parent component 
 -