JavaTM Platform
Standard Ed. 6

javax.sound.sampled
인터페이스 LineListener

모든 슈퍼 인터페이스:
EventListener


public interface LineListener
extends EventListener

LineListener 인터페이스를 구현하는 클래스의 인스턴스를 등록해, 라인 상태가 변화했을 때에 이벤트를 수신할 수가 있습니다.

도입된 버젼:
1.3
관련 항목:
Line , Line.addLineListener(javax.sound.sampled.LineListener) , Line.removeLineListener(javax.sound.sampled.LineListener) , LineEvent

메소드의 개요
 void update (LineEvent  event)
          라인 상태가 변화한 것을 청취자에게 전합니다.
 

메소드의 상세

update

void update(LineEvent  event)
라인 상태가 변화한 것을 청취자에게 전합니다. 청취자는 LineEvent 메소드를 호출해 이벤트에 관한 정보를 취득할 수가 있습니다.

파라미터:
event - 변경을 기술하는 라인 이벤트

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