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