public interface BeanContextServicesListener extends BeanContextServiceRevokedListener
| Modifier and Type | Method and Description |
|---|---|
void |
serviceAvailable(BeanContextServiceAvailableEvent event)
Called by
BeanContextServices whenever a service is made available. |
serviceRevokedvoid serviceAvailable(BeanContextServiceAvailableEvent event)
BeanContextServices whenever a service is made available.event - the service revoked event, with useful information
about the new service.