Rumblepad geimplementeerd, actions toegevoegd en begin gemaakt met iTunes implementatie. Die geeft rare Jacob foutmeldingen over de versie.
This commit is contained in:
@@ -11,8 +11,11 @@ import pm.exception.action.TargetNotSetException;
|
||||
public enum Action {
|
||||
START ("start"),
|
||||
TEST ("test"),
|
||||
EXIT ("exit");
|
||||
|
||||
EXIT ("exit"),
|
||||
PLAY ("play"),
|
||||
PAUSE ("pause"),
|
||||
RESUME ("resume");
|
||||
|
||||
protected String action;
|
||||
protected Target target;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user