Interface PluginBeanHelper.IPreInitAction<TBean extends IPluginGenericCustomGUIBean>

Type Parameters:
TBean - Type of the bean for which an initialization action is to be performed.
All Superinterfaces:
Serializable
Enclosing class:
PluginBeanHelper<TBean extends IPluginGenericCustomGUIBean,TPlugin extends IFCPlugin & IPluginGenericCustomGUI<TBean>>

public static interface PluginBeanHelper.IPreInitAction<TBean extends IPluginGenericCustomGUIBean> extends Serializable
Interface for a callback before a bean is initialized.
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    preInit(TBean bean)
    Callback that is invoked before the bean is initialized.
  • Method Details

    • preInit

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