FileDocCategorySizeDatePackage
LineListener.javaAPI DocJava SE 6 API1446Tue Jun 10 00:26:30 BST 2008javax.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.10 05/11/17
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