Interface | Description |
---|---|
RemoteControl |
Interface for remote-controlling a player.
|
TextRemoteControl |
Extension to the RemoteControl which allows terminal-style communication, e.g., allowing input of lines by the user and allowing output of lines by
the system.
|
Class | Description |
---|---|
AbstractTextRemoteControl |
Implements an abstract simple text-based remote control.
|
ConsoleRemoteControl |
Implements a remote control that uses the console.
|
SwingRemoteControl |
Implements a remote control bases on Swing.
|