Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.beans.beancontext
Interface BeanContextServicesListener  view BeanContextServicesListener download BeanContextServicesListener.java

All Superinterfaces:
BeanContextServiceRevokedListener, java.util.EventListener
All Known Subinterfaces:
BeanContextServices
All Known Implementing Classes:
BeanContextChildSupport, BeanContextServicesSupport

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

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