JavaTM Platform
Standard Ed. 6

java.beans.beancontext
인터페이스 BeanContextServiceRevokedListener

모든 슈퍼 인터페이스:
EventListener
기존의 서브 인터페이스의 일람:
BeanContextServices , BeanContextServicesListener
기존의 구현 클래스의 일람:
BeanContextChildSupport , BeanContextServicesSupport , BeanContextServicesSupport.BCSSProxyServiceProvider , BeanContextSupport


public interface BeanContextServiceRevokedListener
extends EventListener

BeanContextServiceRevokedEvent 객체를 받기 위한 청취자 인터페이스입니다. BeanContextServiceRevokedEvent 의 처리에 관련하는 클래스는, 이 인터페이스를 구현합니다.


메소드의 개요
 void serviceRevoked (BeanContextServiceRevokedEvent  bcsre)
          지정된 서비스가 삭제되었습니다.
 

메소드의 상세

serviceRevoked

void serviceRevoked(BeanContextServiceRevokedEvent  bcsre)
지정된 서비스가 삭제되었습니다. 이 서비스의 getService 요구는 채워지고 없어집니다.

파라미터:
bcsre - 이 청취자에 의해 수신되었다 BeanContextServiceRevokedEvent

JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.