java.beans.beancontext
Interface BeanContextServicesListener

All Superinterfaces:
BeanContextServiceRevokedListener, EventListener
All Known Subinterfaces:
BeanContextServices
All Known Implementing Classes:
BeanContextChildSupport, BeanContextServicesSupport, BeanContextSupport

public interface BeanContextServicesListener
extends BeanContextServiceRevokedListener

Listens for service add and revoke events.

Since:
JDK1.2

Method Summary
 void serviceAvailable(BeanContextServiceAvailableEvent event)
          Called by BeanContextServices whenever a service is made available.
 
Methods inherited from interface java.beans.beancontext.BeanContextServiceRevokedListener
serviceRevoked
 

Method Detail

serviceAvailable

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.