com.vaadin.base.devserver.

Class DebugWindowMessage

java.lang.Object
com.vaadin.base.devserver.DebugWindowMessage

All Implemented Interfaces:

Serializable

public class DebugWindowMessage extends Object implements Serializable

A message sent to the debug window.

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()