Interface IPluginRuntimeReleasedEvent
public interface IPluginRuntimeReleasedEvent
Event that is fired when a new plugin runtime with one or more plugins was released. This happens after all plugins
were released from the runtime, so
PluginRuntime.getAllPlugins() returns an empty collection.- Since:
- 8.5.0
-
Method Summary
-
Method Details
-
runtime
PluginRuntime runtime()The runtime that was released. Note that this event happens after all plugins were released from the runtime, soPluginRuntime.getAllPlugins()returns an empty collection.- Returns:
- The released plugin runtime.
-