Class ComponentInstantiationListenerCollection

    • Constructor Detail

      • ComponentInstantiationListenerCollection

        public ComponentInstantiationListenerCollection()
    • Method Detail

      • onInstantiation

        public void onInstantiation​(Component component)
        Description copied from interface: IComponentInstantiationListener
        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.
        Specified by:
        onInstantiation in interface IComponentInstantiationListener
        Parameters:
        component - the component that is being instantiated.