public interface ProvidedServiceListener
Modifier and Type | Method and Description |
---|---|
void |
serviceModified(ComponentInstance instance,
ProvidedService providedService)
Called when the registered service has been updated.
|
void |
serviceRegistered(ComponentInstance instance,
ProvidedService providedService)
Called when the service has been registered.
|
void |
serviceUnregistered(ComponentInstance instance,
ProvidedService providedService)
Called when the service is unregistered.
|
void serviceRegistered(ComponentInstance instance, ProvidedService providedService)
instance
- the concerned component instanceprovidedService
- the registered servicevoid serviceModified(ComponentInstance instance, ProvidedService providedService)
instance
- the concerned component instanceprovidedService
- the updated servicevoid serviceUnregistered(ComponentInstance instance, ProvidedService providedService)
instance
- the concerned component instanceprovidedService
- the unregistered serviceCopyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.