Interface AppProvider
- All Known Subinterfaces:
PluginBundleLifecycleEvent
,PostStartPluginBundleLifecycleEvent
,PreStopPluginBundleLifecycleEvent
public interface AppProvider
Represents an object, that can provide an app
- Since:
- 11.5
-
Method Summary
-
Method Details
-
getApp
App getApp()Returns the app- Returns:
- the app object
- Since:
- 11.5
-