com.vaadin.base.devserver.

Class DebugWindowMessage

    • Constructor Detail

      • 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 Detail

      • getCommand

        public String getCommand()
      • getData

        public Object getData()