|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.speech.engine.BaseAudioManager
public class BaseAudioManager
Supports the JSAPI 1.0 AudioManager
interface. Actual JSAPI implementations might want to extend
or modify this implementation.
| Field Summary | |
|---|---|
protected java.util.Collection |
listeners
List of AudioListeners registered for
AudioEvents on this object. |
| Constructor Summary | |
|---|---|
BaseAudioManager()
Class constructor. |
|
| Method Summary | |
|---|---|
void |
addAudioListener(AudioListener listener)
Requests notification of AudioEvents from the
AudioManager. |
void |
removeAudioListener(AudioListener listener)
Removes an AudioListener from the list of
AudioListeners. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Collection listeners
AudioListeners registered for
AudioEvents on this object.
| Constructor Detail |
|---|
public BaseAudioManager()
| Method Detail |
|---|
public void addAudioListener(AudioListener listener)
AudioEvents from the
AudioManager.
listener - the listener to addpublic void removeAudioListener(AudioListener listener)
AudioListener from the list of
AudioListeners.
listener - the listener to remove
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||