public class DebugWindowMessage extends Object implements Serializable
Constructor and Description |
---|
DebugWindowMessage(String command,
DebugWindowData data)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getCommand() |
DebugWindowData |
getData() |
String |
toJson() |
public DebugWindowMessage(String command, DebugWindowData data)
command
- the command to senddata
- the data that is specific to the commandpublic String getCommand()
public DebugWindowData getData()
public String toJson()
Copyright © 2025. All rights reserved.