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) Fires aBeanContextServiceEvent
notifying of a service being revoked.void
BeanContextChildSupport.serviceRevoked
(BeanContextServiceRevokedEvent bcsre) A service provided by the nesting BeanContext has been revoked.void
BeanContextServiceRevokedListener.serviceRevoked
(BeanContextServiceRevokedEvent bcsre) 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) BeanContextServicesListener callback, propagates event to all currently registered listeners and BeanContextServices children, if this BeanContextService does not already implement this service itself.