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 SummaryAll 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- 
loadPluginvoid 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.
 
 
- 
 
-