Interface IPluginBeanHelperInstantiator<Plugin extends IFCPlugin, PluginBean extends IPluginGenericCustomGUIBean>

Type Parameters:
Plugin - The interface type of the plugin that provides the beans, must implement IFCPlugin.
PluginBean - The interface type of the plugin bean that all beans from plugins must implement, must implement
All Superinterfaces:
Serializable

public interface IPluginBeanHelperInstantiator<Plugin extends IFCPlugin, PluginBean extends IPluginGenericCustomGUIBean> extends Serializable
Used by GuiBeanCache. Instantiator that creates a new PluginBeanHelper for a given plugin.
Since:
8.5.0