javax.sound.sampled

Interface LineListener

public interface LineListener extends EventListener

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

Since: 1.3

Method Summary
voidupdate(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.

Parameters: ev the event describing the change