public interface PluginListener
PluginManager
to receive events (PluginEvent
instances) about changes of the plugin map.T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
void |
pluginEvent(PluginEvent e)
Gets called when the plugin map got changed and a plugin event was fired
by the
PluginManager . |
void pluginEvent(PluginEvent e)
PluginManager
.e
- a plugin event.