public class SetRequestCommand extends Command<EventRequest,java.lang.Integer>
Command.EmptyCommandData_cmdID, _cmdSetID, _packetManager, EMPTY_DATA| Constructor and Description |
|---|
SetRequestCommand(ALSBDebugger debugger)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Integer |
read(PacketInputStream stream)
callback to read command specific data from the packet
|
int |
set(EventRequest request)
run this command
|
protected void |
write(EventRequest request, PacketOutputStream stream)
callback to write command specific data to the packet
|
equals, hashCode, rundebugger, validateclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waittoStringpublic SetRequestCommand(ALSBDebugger debugger)
public int set(EventRequest request)
protected void write(EventRequest request, PacketOutputStream stream) throws java.io.IOException
write in class Command<EventRequest,java.lang.Integer>java.io.IOExceptionprotected java.lang.Integer read(PacketInputStream stream) throws java.io.IOException
read in class Command<EventRequest,java.lang.Integer>java.io.IOException