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, rundebugger, validateclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waittoStringprotected 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.IOExceptionprotected Command.EmptyCommandData read(PacketInputStream stream) throws java.io.IOException
read in class Command<ProgramThread,Command.EmptyCommandData>java.io.IOException