Interface IPluginRuntimeRegisteredEvent


public interface IPluginRuntimeRegisteredEvent
Event that is fired when a new plugin runtime with one or more plugins was registered. This happens after all plugins were registered with the runtime, so PluginRuntime.getAllPlugins() returns all plugins.
Since:
8.5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    The runtime that was registered.
  • Method Details

    • runtime

      PluginRuntime runtime()
      The runtime that was registered.
      Returns:
      The registered plugin runtime.