FileDocCategorySizeDatePackage
BeanContextServicesListener.javaAPI DocJava SE 6 API1003Tue Jun 10 00:25:32 BST 2008java.beans.beancontext

BeanContextServicesListener

public interface BeanContextServicesListener implements BeanContextServiceRevokedListener
The listener interface for receiving BeanContextServiceAvailableEvent objects. A class that is interested in processing a BeanContextServiceAvailableEvent implements this interface.

Fields Summary
Constructors Summary
Methods Summary
public voidserviceAvailable(java.beans.beancontext.BeanContextServiceAvailableEvent bcsae)
The service named has been registered. getService requests for this service may now be made.

param
bcsae the BeanContextServiceAvailableEvent