Interface IPreInitAction<Bean extends IPluginGenericCustomGUIBean>
- Type Parameters:
Bean- Type of the bean for which an initialization action is to be performed.
- All Superinterfaces:
Serializable
Interface for a callback before a bean is initialized.
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
preInit
Callback that is invoked before the bean is initialized.- Parameters:
bean- Bean that is about to be initialized.
-