Uses of Class
java.beans.beancontext.BeanContextServiceRevokedEvent
 
   -  
      
Packages that use BeanContextServiceRevokedEvent 软件包 描述 java.beans.beancontext 提供与bean上下文相关的类和接口。 -  
      
-  
        
Uses of BeanContextServiceRevokedEvent in java.beans.beancontext
Methods in java.beans.beancontext with parameters of type BeanContextServiceRevokedEvent 变量和类型 方法 描述 protected voidBeanContextServicesSupport. fireServiceRevoked(BeanContextServiceRevokedEvent bcsre)触发BeanContextServiceEvent通知被撤销的服务。voidBeanContextChildSupport. serviceRevoked(BeanContextServiceRevokedEvent bcsre)嵌套BeanContext提供的服务已被撤销。voidBeanContextServiceRevokedListener. serviceRevoked(BeanContextServiceRevokedEvent bcsre)名为的服务已被撤销。 将不再满足此服务的getService请求。voidBeanContextServicesSupport. serviceRevoked(BeanContextServiceRevokedEvent bcssre)BeanContextServicesListener回调,将事件传播到所有当前已注册的侦听器和BeanContextServices子节点,如果此BeanContextService尚未实现此服务本身。 
 -