public interface Plugin
| Modifier and Type | Method and Description |
|---|---|
void |
start(IPluginParameter args)
Is called to (re)start the plugin.
|
void |
stop()
Is called to (re)end the plugin.
|
void start(IPluginParameter args)
args - configuration parameters (key, value) unrecognized during
command line parsing by SPASS-metervoid stop()