Interface PluginBeanHelper.IPreInitAction<TBean extends IPluginGenericCustomGUIBean>

    • Method Detail

      • preInit

        void preInit​(TBean bean)
        Callback that is invoked before the bean is initialized.
        Parameters:
        bean - Bean that is about to be initialized.