Package com.soundhelix.remotecontrol

Interface Summary
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 Summary
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.