public class ResumeThreadCommand extends Command<ProgramThread,Command.EmptyCommandData>
Command.EmptyCommandData
_cmdID, _cmdSetID, _packetManager, EMPTY_DATA
Modifier | Constructor and Description |
---|---|
protected |
ResumeThreadCommand(ALSBDebugger debugger)
constructor
|
Modifier and Type | Method and Description |
---|---|
protected Command.EmptyCommandData |
read(PacketInputStream stream)
callback to read command specific data from the packet
|
static void |
resume(ProgramThread thread)
command shortcut
|
protected void |
write(ProgramThread thread, PacketOutputStream stream)
callback to write command specific data to the packet
|
equals, hashCode, run
debugger, validate
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
toString
protected ResumeThreadCommand(ALSBDebugger debugger)
public static void resume(ProgramThread thread)
protected void write(ProgramThread thread, PacketOutputStream stream) throws java.io.IOException
write
in class Command<ProgramThread,Command.EmptyCommandData>
java.io.IOException
protected Command.EmptyCommandData read(PacketInputStream stream) throws java.io.IOException
read
in class Command<ProgramThread,Command.EmptyCommandData>
java.io.IOException