Package de.xima.fc.gui.bean.plugingui
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpreInit(TBean bean)Callback that is invoked before the bean is initialized. 
 - 
 
- 
- 
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.
 
 - 
 
 -