Class ComposableLifecycleHandler

  • All Implemented Interfaces:
    LifecycleHandler

    public class ComposableLifecycleHandler
    extends Object
    implements LifecycleHandler
    Handles lifecycle for Composable.
    Since:
    3.2RC1
    Version:
    $Id: 8bdedc6b3df65727eab0b39da7e7003b6a2407d0 $
    • Constructor Detail

      • ComposableLifecycleHandler

        public ComposableLifecycleHandler()
    • Method Detail

      • handle

        public <T> void handle​(T instance,
                               ComponentDescriptor<T> descriptor,
                               ComponentManager componentManager)
        Description copied from interface: LifecycleHandler
        Handle initialization of the passed component instance.
        Specified by:
        handle in interface LifecycleHandler
        Type Parameters:
        T - the type of the Component
        Parameters:
        instance - the component instance to initialize
        descriptor - the descriptor of the passed component
        componentManager - the component manager which is initializing the Component