Home » openjdk-7 » javax.sound » sampled » [javadoc | source]
javax.sound.sampled
public interface: LineListener [javadoc | source]

All Implemented Interfaces:
    java$util$EventListener

All Known Implementing Classes:
    AudioAction

Instances of classes that implement the LineListener interface can register to receive events when a line's status changes.
Method from javax.sound.sampled.LineListener Summary:
update
Method from javax.sound.sampled.LineListener Detail:
 public  void update(LineEvent event)
    Informs the listener that a line's state has changed. The listener can then invoke LineEvent methods to obtain information about the event.