java.beans.beancontext

Interface BeanContextServicesListener

public interface BeanContextServicesListener extends BeanContextServiceRevokedListener

Listens for service add and revoke events.

Since: JDK1.2

Method Summary
voidserviceAvailable(BeanContextServiceAvailableEvent event)
Called by BeanContextServices whenever a service is made available.

Method Detail

serviceAvailable

public void serviceAvailable(BeanContextServiceAvailableEvent event)
Called by BeanContextServices whenever a service is made available.

Parameters: event the service revoked event, with useful information about the new service.