IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
 
[Sommaire]  [Top 50]  [F.A.Q.]  [ Java SE ]  [ Java EE ]  [Javadoc standard]  [Contact]
[ 1.4.2 ]  [ 5.0 ]  [ 6.0
Rechercher   
Dans
Options   sensible à la casse
étendre la recherche aux descriptions
Préférences
fr en 
 
Moteurs de recherche
JavaTM 2 Platform Std. Ed. v1.6.0

javax.sound.sampled
Interface LineListener

All Superinterfaces:
EventListener

public interface LineListener
extends EventListener

Instances of classes that implement the LineListener interface can register to receive events when a line's status changes.

Since:
1.3
See Also:
Line, Line.addLineListener(javax.sound.sampled.LineListener), Line.removeLineListener(javax.sound.sampled.LineListener), LineEvent

Method Summary
 void update(LineEvent event)
          Informs the listener that a line's state has changed.
 

Method Detail

update

void update(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.

Parameters:
event - a line event that describes the change

Copyright 2003 Sun Microsystems, Inc. All rights reserved