| Package | Description |
|---|---|
| java.beans.beancontext |
Provides classes and interfaces relating to bean context.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeanContextServicesSupport.fireServiceAdded(BeanContextServiceAvailableEvent
Fires a
BeanContextServiceAvailableEvent indicating that a new service has become available.
|
void |
BeanContextServicesSupport.serviceAvailable(BeanContextServiceAvailableEvent
BeanContextServicesListener callback, propagates event to all currently registered listeners and BeanContextServices children, if this BeanContextService does not already implement this service itself.
|
void |
BeanContextServicesListener.serviceAvailable(BeanContextServiceAvailableEvent
The service named has been registered.
|
void |
BeanContextChildSupport.serviceAvailable(BeanContextServiceAvailableEvent
A new service is available from the nesting BeanContext.
|