Class Plugin

    • Constructor Detail

      • Plugin

        public Plugin​(IPluginContext context,
                      IPluginConfig config)
        Construct a new Plugin.
        Parameters:
        context - the plugin context
        config - the plugin config
    • Method Detail

      • start

        public void start()
        Description copied from interface: IPlugin
        This method can be implemented by plugins to delay part of the initialization until subclasses have finished their construction.
        Specified by:
        start in interface IPlugin
      • stop

        public void stop()
        Description copied from interface: IPlugin
        Release references to external resources. It is not necessary to unregister services or trackers; this is handled by the framework.
        Specified by:
        stop in interface IPlugin