Package nl.gx.webmanager.wcb
Interface ComponentAware
-
- All Known Implementing Classes:
ComponentController
,ElementComponentController
,ExtensionSubTabController
,MediaItemComponentController
,PageMetaDataBase
,PageMetaDataComponentController
,PanelComponentController
public interface ComponentAware
Interface to be implemented by any object that wishes to be notified of the component it was instantiated by.- Author:
- bramk
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setComponent(Component component)
Set the component that instantiated this object.
-
-
-
Method Detail
-
setComponent
void setComponent(Component component)
Set the component that instantiated this object.- Parameters:
component
- Component that instantiated this object
-
-