public abstract class DebuggerCommandImpl extends DebuggerTaskImpl
PrioritizedTask.Priority| Constructor and Description |
|---|
DebuggerCommandImpl() |
DebuggerCommandImpl(PrioritizedTask.Priority priority) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
action() |
protected void |
commandCancelled() |
PrioritizedTask.Priority |
getPriority() |
void |
notifyCancelled() |
void |
run() |
hold, release, waitForpublic DebuggerCommandImpl()
public DebuggerCommandImpl(PrioritizedTask.Priority priority)
protected abstract void action()
throws java.lang.Exception
java.lang.Exceptionprotected void commandCancelled()
public PrioritizedTask.Priority getPriority()
public final void notifyCancelled()
public final void run()
throws java.lang.Exception
java.lang.Exception