You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
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()