public class EventListener
extends java.lang.Object
implements org.osgi.framework.SynchronousBundleListener, org.osgi.framework.FrameworkListener, org.osgi.framework.ServiceListener
| Constructor and Description |
|---|
EventListener(PluginServlet plugin,
org.osgi.framework.BundleContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
bundleChanged(org.osgi.framework.BundleEvent event) |
void |
destroy() |
void |
frameworkEvent(org.osgi.framework.FrameworkEvent event) |
void |
serviceChanged(org.osgi.framework.ServiceEvent event) |
public EventListener(PluginServlet plugin, org.osgi.framework.BundleContext context)
public void destroy()
public void serviceChanged(org.osgi.framework.ServiceEvent event)
serviceChanged in interface org.osgi.framework.ServiceListenerServiceListener.serviceChanged(org.osgi.framework.ServiceEvent)public void frameworkEvent(org.osgi.framework.FrameworkEvent event)
frameworkEvent in interface org.osgi.framework.FrameworkListenerFrameworkListener.frameworkEvent(org.osgi.framework.FrameworkEvent)public void bundleChanged(org.osgi.framework.BundleEvent event)
bundleChanged in interface org.osgi.framework.BundleListenerBundleListener.bundleChanged(org.osgi.framework.BundleEvent)Copyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.