Class DebugWindowMessage

java.lang.Object
io.jmix.flowui.devserver.DebugWindowMessage
All Implemented Interfaces:
Serializable

public class DebugWindowMessage extends Object implements Serializable
See Also:
  • Constructor Details

    • DebugWindowMessage

      public DebugWindowMessage(String command, Object data)
      Creates a new instance.
      Parameters:
      command - the command to send
      data - the data that is specific to the command
  • Method Details

    • getCommand

      public String getCommand()
    • getData

      public Object getData()