Uses of Class
org.killbill.billing.osgi.api.PluginStateChange
-
Packages that use PluginStateChange Package Description org.killbill.billing.osgi.api -
-
Uses of PluginStateChange in org.killbill.billing.osgi.api
Methods in org.killbill.billing.osgi.api that return PluginStateChange Modifier and Type Method Description static PluginStateChangePluginStateChange. valueOf(String name)Returns the enum constant of this type with the specified name.static PluginStateChange[]PluginStateChange. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.killbill.billing.osgi.api with parameters of type PluginStateChange Modifier and Type Method Description voidPluginsInfoApi. notifyOfStateChanged(PluginStateChange newState, String pluginKey, String pluginName, String pluginVersion, PluginLanguage pluginLanguage)Notify OSGI component that a new plugin was installed (downloaded) on the file system.
-