- All Superinterfaces:
- BeanContextServiceRevokedListener,- EventListener
- All Known Subinterfaces:
- BeanContextServices
- All Known Implementing Classes:
- BeanContextChildSupport,- BeanContextServicesSupport,- BeanContextSupport
The listener interface for receiving
 
BeanContextServiceAvailableEvent objects.
 A class that is interested in processing a
 BeanContextServiceAvailableEvent implements this interface.- 
Method SummaryModifier and TypeMethodDescriptionvoidThe service named has been registered. getService requests for this service may now be made.Methods declared in interface java.beans.beancontext.BeanContextServiceRevokedListenerserviceRevoked
- 
Method Details- 
serviceAvailableThe service named has been registered. getService requests for this service may now be made.- Parameters:
- bcsae- the- BeanContextServiceAvailableEvent
 
 
-