public interface PluginListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
pluginStarted(PluginEvent e)
Notification that plugin has started.
|
void |
pluginStopped(PluginEvent e)
Notification that plugin has stopped.
|
void pluginStarted(PluginEvent e)
e
- eventvoid pluginStopped(PluginEvent e)
e
- eventCopyright © 2017. All rights reserved.