FileDocCategorySizeDatePackage
LineListener.javaAPI DocJava SE 5 API1443Fri Aug 26 14:57:50 BST 2005javax.sound.sampled

LineListener

public interface LineListener implements EventListener
Instances of classes that implement the LineListener interface can register to receive events when a line's status changes.
author
Kara Kytle
version
1.9 03/12/19
see
Line
see
Line#addLineListener
see
Line#removeLineListener
see
LineEvent
since
1.3

Fields Summary
Constructors Summary
Methods Summary
public voidupdate(javax.sound.sampled.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.

param
event a line event that describes the change