public class MultiProcessCommand
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
MultiProcessCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCommand(DebugProcessImpl debugProcess,
DebuggerCommandImpl command) |
void |
cancel() |
boolean |
isEmpty() |
void |
run() |
public void run()
run in interface java.lang.Runnablepublic void cancel()
public boolean isEmpty()
public void addCommand(DebugProcessImpl debugProcess, DebuggerCommandImpl command)