Uses of Class
java.beans.beancontext.BeanContextServiceRevokedEvent
Package
Description
Provides classes and interfaces relating to bean context.
-
Uses of BeanContextServiceRevokedEvent in java.beans.beancontext
Modifier and TypeMethodDescriptionprotected final void
BeanContextServicesSupport.fireServiceRevoked
(BeanContextServiceRevokedEvent bcsre) Deprecated, for removal: This API element is subject to removal in a future version.Fires aBeanContextServiceEvent
notifying of a service being revoked.void
BeanContextChildSupport.serviceRevoked
(BeanContextServiceRevokedEvent bcsre) Deprecated, for removal: This API element is subject to removal in a future version.A service provided by the nesting BeanContext has been revoked.void
BeanContextServiceRevokedListener.serviceRevoked
(BeanContextServiceRevokedEvent bcsre) Deprecated, for removal: This API element is subject to removal in a future version.The service named has been revoked. getService requests for this service will no longer be satisfied.void
BeanContextServicesSupport.BCSSProxyServiceProvider.serviceRevoked
(BeanContextServiceRevokedEvent bcsre) void
BeanContextServicesSupport.serviceRevoked
(BeanContextServiceRevokedEvent bcssre) Deprecated, for removal: This API element is subject to removal in a future version.BeanContextServicesListener callback, propagates event to all currently registered listeners and BeanContextServices children, if this BeanContextService does not already implement this service itself.