public class Disconnect extends java.lang.Object implements Command
Client
when calling Client.disconnect()
.Constructor and Description |
---|
Disconnect() |
Modifier and Type | Method and Description |
---|---|
boolean |
disconnected()
If the client was disconnected this is true after sending the command
|
void |
parseResponse(java.lang.Object response)
Receives the response object from the server.
|
public void parseResponse(java.lang.Object response)
Command
parseResponse
in interface Command
response
- The response objectpublic boolean disconnected()