|
|
@ -7,9 +7,14 @@ public interface Device { |
|
|
|
int getVolume(); |
|
|
|
void next(); |
|
|
|
void prev(); |
|
|
|
//get deviceName, Album and current Item |
|
|
|
String getInfoText(); |
|
|
|
//get a list of public methods |
|
|
|
String[] getOptions(); |
|
|
|
String chooseOption(); |
|
|
|
//get an Item of the Album |
|
|
|
String chooseItem(int itemNr); |
|
|
|
// get the actual album |
|
|
|
String getItemList(); |
|
|
|
String play(); |
|
|
|
|
|
|
|
} |