Class PluginManager.EventListenerAdapter

  • All Implemented Interfaces:
    PluginManager.EventListener
    Enclosing class:
    PluginManager

    public abstract static class PluginManager.EventListenerAdapter
    extends java.lang.Object
    implements PluginManager.EventListener
    An abstract adapter class for receiving plug-ins life-cycle events. The methods in this class are empty. This class exists as convenience for creating listener objects.
    Version:
    $Id: PluginManager.java,v 1.5 2007/04/07 12:42:14 ddimon Exp $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void pluginActivated​(Plugin plugin)
      This method will be called by the manager just after plug-in has been successfully activated.
      void pluginDeactivated​(Plugin plugin)
      This method will be called by the manager just before plug-in deactivation.
      void pluginDisabled​(PluginDescriptor descriptor)
      This method will be called by the manager just before plug-in disabling.
      void pluginEnabled​(PluginDescriptor descriptor)
      This method will be called by the manager just after plug-in enabling.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait