Interface SmartPluginContainer
-
- All Known Implementing Classes:
ChartBackgroundColor
public interface SmartPluginContainerThis interface is defining the a container ofSmartPlugininstance.
This is implemented in order to avoid to expose the public methods of plugin interface to the users.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloadPlugin(PluginsEnvelop<SmartPlugin> envelop)Loads the plugin to the envelop in order to pass it without exposing the methods.
-
-
-
Method Detail
-
loadPlugin
void loadPlugin(PluginsEnvelop<SmartPlugin> envelop)
Loads the plugin to the envelop in order to pass it without exposing the methods.- Parameters:
envelop- envelop where the plugin instance must be stored.
-
-