Interface PluginListener

  • All Superinterfaces:
    EventListener
    All Known Implementing Classes:
    ReceiversTreeModel

    public interface PluginListener
    extends EventListener
    PluginListeners are notified when plugins are started or stopped by the PluginRegistry.
    Author:
    Paul Smith (psmith@apache.org)
    • Method Detail

      • pluginStarted

        void pluginStarted​(PluginEvent e)
        Notification that plugin has started.
        Parameters:
        e - event
      • pluginStopped

        void pluginStopped​(PluginEvent e)
        Notification that plugin has stopped.
        Parameters:
        e - event