public interface SingleServiceListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
serviceChange(ServiceReference<T> reference,
T service)
The method is called when the service instance has changed
|
void serviceChange(ServiceReference<T> reference, T service)
reference - the new service reference or null if no matching
service is availabeservice - the new service instance or null if no matching
service is availabe