Interface SmartPluginContainer

  • All Known Implementing Classes:
    ChartBackgroundColor

    public interface SmartPluginContainer
    This interface is defining the a container of SmartPlugin instance.
    This is implemented in order to avoid to expose the public methods of plugin interface to the users.
    Author:
    Andrea "Stock" Stocchero
    • 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.