|
|||||||||
| Home >> All >> javax >> sound >> [ sampled overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.sound.sampled
Interface LineListener

- All Superinterfaces:
- java.util.EventListener
- public interface LineListener
- extends java.util.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
public void update(LineEvent ev)
- This is called when the line's status changes.
|
|||||||||
| Home >> All >> javax >> sound >> [ sampled overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC