Interface ComponentManagerAware


  • public interface ComponentManagerAware
    Interface which a component bean should implement if it wants to have access the component manager containing itself. If a component which is initialized by ComponentManager implements this interface, then it will be given the component manager at the initialization time. The component manager will invoke setComponentManager(ComponentManager) method to give itself to the component.
    Version:
    $Id$
    • Method Detail

      • setComponentManager

        void setComponentManager​(ComponentManager componentManager)
        Sets the component manager
        Parameters:
        componentManager -