Interface AppProvider
-
- All Known Subinterfaces:
PluginBundleLifecycleEvent
,PostStartPluginBundleLifecycleEvent
,PreStopPluginBundleLifecycleEvent
public interface AppProvider
Represents an object, that can provide an app- Since:
- 11.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description App
getApp()
Returns the app
-
-
-
Method Detail
-
getApp
App getApp()
Returns the app- Returns:
- the app object
- Since:
- 11.5
-
-