Java™ Platform
Standard Ed. 6

Uses of Interface
javax.sound.sampled.LineListener

Packages that use LineListener
javax.sound.sampled Provides interfaces and classes for capture, processing, and playback of sampled audio data. 
 

Uses of LineListener in javax.sound.sampled
 

Methods in javax.sound.sampled with parameters of type LineListener
 void Line.addLineListener(LineListener listener)
          Adds a listener to this line.
 void Line.removeLineListener(LineListener listener)
          Removes the specified listener from this line's list of listeners.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.