Class AppArtifactBundleListener
- java.lang.Object
-
- org.wso2.carbon.application.deployer.AppArtifactBundleListener
-
- All Implemented Interfaces:
EventListener,org.osgi.framework.BundleListener
public class AppArtifactBundleListener extends Object implements org.osgi.framework.BundleListener
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbundleChanged(org.osgi.framework.BundleEvent bundleEvent)static AppArtifactBundleListenergetInstance(ApplicationManager appManager)
-
-
-
Method Detail
-
getInstance
public static AppArtifactBundleListener getInstance(ApplicationManager appManager)
-
bundleChanged
public void bundleChanged(org.osgi.framework.BundleEvent bundleEvent)
- Specified by:
bundleChangedin interfaceorg.osgi.framework.BundleListener
-
-