Package org.gudy.azureus2.plugins

Provides interfaces in order to create Azureus Plugins.

See:
          Description

Interface Summary
LaunchablePlugin  
Plugin Defines the plugin interface to implement in order to create a Plugin
PluginConfig This class interface contains four different variations of get and set parameter methods: gettypeParameter getCoretypeParameter getUnsafetypeParameter getPlugintypeParameter The first set of methods are deprecated and should not be used in general - this is because the method names were ambiguous and it wasn't always obvious what data you were trying to get or set.
PluginConfigListener  
PluginEvent allow config wizard progress to be determined
PluginEventListener allow config wizard progress to be determined
PluginInterface Defines the communication interface between Azureus and Plugins
PluginListener  
PluginManagerArgumentHandler  
PluginManagerDefaults  
UnloadablePlugin  
 

Class Summary
PluginLauncher  
PluginManager This class allows Azureus to be started as an embedded component and also allows plugins to be dynamically registered
PluginView Deprecated.  
 

Exception Summary
PluginException  
 

Package org.gudy.azureus2.plugins Description

Provides interfaces in order to create Azureus Plugins.

For non API information about developing plugins for Azureus, visit the Wiki at Plugin Documentation