Aantal reorganisaties om implementatie van macro's ondubbelzinnig duidelijk te maken.
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
package pm.event;
|
||||
|
||||
import pm.action.Action;
|
||||
|
||||
public class Event {
|
||||
protected Target type;
|
||||
protected Action action;
|
||||
|
||||
public Event(Target type, Action action) {
|
||||
this.type = type;
|
||||
this.action = action;
|
||||
}
|
||||
|
||||
public Target getType() {
|
||||
return type;
|
||||
}
|
||||
|
||||
public Action getAction() {
|
||||
return action;
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
package pm.event;
|
||||
|
||||
public enum Target {
|
||||
MAIN, DEVICE, APPLICATION;
|
||||
}
|
||||
Reference in New Issue
Block a user