javax.sound.sampled
Interface LineListener

All Superinterfaces:
EventListener

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
 void update(LineEvent ev)
          This is called when the line's status changes.
 

Method Detail

update

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

Parameters:
ev - the event describing the change