Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.sound.sampled
Interface LineListener  view LineListener download LineListener.java

All Superinterfaces:
java.util.EventListener

public interface LineListener
extends java.util.EventListener

This interface is used by classes which wish to be notified when the state of a Line changes.

Since:
1.3

Method Summary
 void update(LineEvent ev)
          This is called when the line's status changes.
 

Method Detail

update

public void update(LineEvent ev)
This is called when the line's status changes.