public abstract class MulitServiceTrackerCustomizer extends Object implements org.osgi.service.cm.ManagedService
| Modifier and Type | Field and Description |
|---|---|
boolean |
initialize |
| Constructor and Description |
|---|
MulitServiceTrackerCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addingService() |
abstract void |
removedService() |
abstract void |
updated(Dictionary<String,?> props) |
public abstract void addingService()
public abstract void removedService()
public abstract void updated(Dictionary<String,?> props)
updated in interface org.osgi.service.cm.ManagedServiceCopyright © 2016. All rights reserved.