public class ClearRequestCommand extends Command<EventRequest,Command.EmptyCommandData>
Command.EmptyCommandData_cmdID, _cmdSetID, _packetManager, EMPTY_DATA| Constructor and Description |
|---|
ClearRequestCommand(ALSBDebugger debugger)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear(EventRequest request)
run this command
|
protected Command.EmptyCommandData |
read(PacketInputStream stream)
callback to read command specific data from the packet
|
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 ClearRequestCommand(ALSBDebugger debugger)
public void clear(EventRequest request)
protected void write(EventRequest request, PacketOutputStream stream) throws java.io.IOException
write in class Command<EventRequest,Command.EmptyCommandData>java.io.IOExceptionprotected Command.EmptyCommandData read(PacketInputStream stream) throws java.io.IOException
read in class Command<EventRequest,Command.EmptyCommandData>java.io.IOException