| Package | Description |
|---|---|
| org.agent.slang.audio | |
| org.agent.slang.inout |
This package is used to communicate with the system through text mode.
|
| Modifier and Type | Method and Description |
|---|---|
static AudioPlayer.AudioPlayerEvent |
AudioPlayer.AudioPlayerEvent.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AudioPlayer.AudioPlayerEvent[] |
AudioPlayer.AudioPlayerEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioPlayer.AudioPlayerListener.audioPlayerStatusUpdated(java.lang.String audioLabel,
AudioPlayer.AudioPlayerEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
TextComponent.audioPlayerStatusUpdated(java.lang.String audioLabel,
AudioPlayer.AudioPlayerEvent event)
checks the status of audio data player when updated (event: start, stop)
|
void |
TerminalIOComponent.audioPlayerStatusUpdated(java.lang.String audioLabel,
AudioPlayer.AudioPlayerEvent event)
checks the status of audio data player when updated (event: start, stop)
|