ParameterStatus packet
A ParameterStatus packet can be sent by the server to notify the client that a system parameter has changed, either because of a direct action by the user (like a set name=value command), or for any other reason.
Methods
Methods
String getParameterName() : gets the name of the parameter whose value has changed
void setParameterName(String parameterName) : sets the name of the parameter
String getParameterValue() : gets the new value of the parameter
void setParameterValue(String parameterValue) : sets the reported new value of the parameter. Obviously this changes nothing on the server, only what will be reported to the client.