|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.knopflerfish.framework.Listeners
public class Listeners
Here we handle all listeners that bundles have registered.
| Method Summary | |
|---|---|
void |
bundleChanged(BundleEvent evt)
Receive notification that a bundle has had a change occur in its lifecycle. |
void |
frameworkEvent(FrameworkEvent evt)
Receive notification of a general framework event. |
void |
serviceChanged(ServiceEvent evt)
Receive notification that a service has had a change occur in its lifecycle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void bundleChanged(BundleEvent evt)
bundleChanged in interface BundleListenerevt - The BundleEvent.BundleListener.bundleChanged(org.osgi.framework.BundleEvent)public void frameworkEvent(FrameworkEvent evt)
frameworkEvent in interface FrameworkListenerevt - The FrameworkEvent object.FrameworkListener.frameworkEvent(org.osgi.framework.FrameworkEvent)public void serviceChanged(ServiceEvent evt)
serviceChanged in interface ServiceListenerevt - The ServiceEvent object.ServiceListener.serviceChanged(org.osgi.framework.ServiceEvent)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||