Interface AppProvider

All Known Subinterfaces:
PluginBundleLifecycleEvent, PostStartPluginBundleLifecycleEvent, PreStopPluginBundleLifecycleEvent

public interface AppProvider
Represents an object, that can provide an app
Since:
11.5
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the app
  • Method Details

    • getApp

      App getApp()
      Returns the app
      Returns:
      the app object
      Since:
      11.5