jas2.plugin
Interface IPlugin
-
- All Known Implementing Classes:
- Plugin
public interface IPluginPlugins may implement this class rather than extend Plugin if they prefer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voiddestroy()Called by the application when the plugin is destroyed typically when the job containing the plugin is closed.voidsetPluginContext(PluginContext context)Called by the application when the plugin is installed
-
-
-
Method Detail
-
setPluginContext
void setPluginContext(PluginContext context)
Called by the application when the plugin is installed
-
destroy
void destroy()
Called by the application when the plugin is destroyed typically when the job containing the plugin is closed.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG