jas.plugin
Interface IPlugin
- All Known Implementing Classes:
- Plugin
- public interface IPlugin
Plugins may implement this class rather than extend Plugin
if they prefer.
Method Summary |
void |
destroy()
Called by the application when the plugin is destroyed
typically when the job containing the plugin is closed. |
void |
setPluginContext(PluginContext context)
Called by the application when the plugin is installed |
setPluginContext
public void setPluginContext(PluginContext context)
- Called by the application when the plugin is installed
destroy
public void destroy()
- Called by the application when the plugin is destroyed
typically when the job containing the plugin is closed.