JavaTM Platform
Standard Ed. 6

java.beans.beancontext
인터페이스 BeanContextServicesListener

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


public interface BeanContextServicesListener
extends BeanContextServiceRevokedListener

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


메소드의 개요
 void serviceAvailable (BeanContextServiceAvailableEvent  bcsae)
          지정된 서비스가 등록되었습니다.
 
인터페이스 java.beans.beancontext. BeanContextServiceRevokedListener 로부터 상속된 메소드
serviceRevoked
 

메소드의 상세

serviceAvailable

void serviceAvailable(BeanContextServiceAvailableEvent  bcsae)
지정된 서비스가 등록되었습니다. 이 서비스에 대한 getService 요구를 실시할 수가 있습니다.

파라미터:
bcsae - BeanContextServiceAvailableEvent

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 도 참조해 주세요.