|
@ -3,10 +3,7 @@ package device; |
|
|
public interface Device { |
|
|
public interface Device { |
|
|
|
|
|
|
|
|
void louder(); |
|
|
void louder(); |
|
|
/* |
|
|
|
|
|
void quieter(); |
|
|
void quieter(); |
|
|
|
|
|
|
|
|
void quiter(); |
|
|
|
|
|
int getVolume(); |
|
|
int getVolume(); |
|
|
void next(); |
|
|
void next(); |
|
|
void prev(); |
|
|
void prev(); |
|
@ -15,5 +12,5 @@ public interface Device { |
|
|
void chooseOption(String opt); |
|
|
void chooseOption(String opt); |
|
|
String play(); |
|
|
String play(); |
|
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |