Rumblepad geimplementeerd, actions toegevoegd en begin gemaakt met iTunes implementatie. Die geeft rare Jacob foutmeldingen over de versie.

This commit is contained in:
Bram Veenboer
2011-02-08 21:01:37 +00:00
parent e9c0216ad9
commit 0fb1a1fb71
6 changed files with 191 additions and 3 deletions

View File

@@ -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;