Interface IComponentInstantiationListener

    • Method Detail

      • onInstantiation

        void onInstantiation​(Component component)
        Called for every component that is instantiated. This method is called during construction, so do not depend on the construction being completed yet. The id is guaranteed to be set before this call.
        Parameters:
        component - the component that is being instantiated.