public class ServiceWatcherCapsule<S> extends java.lang.Object implements Capsule
| Constructor and Description |
|---|
ServiceWatcherCapsule(org.osgi.framework.Filter filter,
de.tototec.utils.functional.Procedure1<ServiceWatcherEvent<S>> f,
org.osgi.framework.BundleContext bundleContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
start()
Starts the capsule.
|
void |
stop()
Stops the capsule.
|
de.tototec.utils.functional.Optional<org.osgi.util.tracker.ServiceTracker<S,S>> |
tracker() |
public ServiceWatcherCapsule(org.osgi.framework.Filter filter,
de.tototec.utils.functional.Procedure1<ServiceWatcherEvent<S>> f,
org.osgi.framework.BundleContext bundleContext)