git-svn-id: https://stereo.googlecode.com/svn/trunk@440 c67ee986-0855-0410-825f-15918...
[stereo.git] / DACPlib / src / util / command / ctrlint / ControlPromptUpdate.java
blob45afa5e2510c7e7773e37822e7d148da528b2ffc
1 package util.command.ctrlint;
3 import interfaces.DJInterface;
5 import java.util.Map;
7 import util.command.Command;
9 import api.Response;
11 public class ControlPromptUpdate implements Command {
13 //private int promptId;
15 public void init(Map<String, String> args) {
16 /*String id = args.get("prompt-id");
17 if (id != null) {
18 promptId = Integer.parseInt(id);
19 }*/
22 public Response run(DJInterface dj) {
23 return null;
24 //return new util.response.ControlPromptUpdate(promptId);