Uses of Interface
org.xnap.event.PluginListener

Packages that use PluginListener
org.xnap.event Provides interfaces and classes for common events. 
org.xnap.gui.menu Provides implementations of common menus. 
org.xnap.plugin Provides interfaces and classes for plugins. 
 

Uses of PluginListener in org.xnap.event
 

Classes in org.xnap.event that implement PluginListener
 class PluginAdapter
          An abstract adapter class for receiving plugin events.
 

Uses of PluginListener in org.xnap.gui.menu
 

Classes in org.xnap.gui.menu that implement PluginListener
 class EnablePluginsMenu
           
 

Uses of PluginListener in org.xnap.plugin
 

Methods in org.xnap.plugin with parameters of type PluginListener
 void PluginManager.addPluginListener(PluginListener l)
          Adds the specified plugin listener to receive plugin events.
 void PluginManager.removePluginListener(PluginListener l)
          Removes the specified plugin listener.
 



Copyright © 2001-2005 XNap Team. All Rights Reserved.