Interface IPreInitAction<Bean extends IPluginGenericCustomGUIBean>

Type Parameters:
Bean - Type of the bean for which an initialization action is to be performed.
All Superinterfaces:
Serializable

public interface IPreInitAction<Bean 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(Bean bean)
    Callback that is invoked before the bean is initialized.
  • Method Details

    • preInit

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