com.vaadin.base.devserver.

Class DebugWindowConnection.DevToolsInterfaceImpl

java.lang.Object
com.vaadin.base.devserver.DebugWindowConnection.DevToolsInterfaceImpl

All Implemented Interfaces:

DevToolsInterface

Enclosing class:

DebugWindowConnection

public static class DebugWindowConnection.DevToolsInterfaceImpl extends Object implements DevToolsInterface

Implementation of the development tools interface.

  • Method Details

    • send

      public void send(String command, elemental.json.JsonObject data)

      Description copied from interface: DevToolsInterface

      Sends the given message to the client side.

      Specified by:

      send in interface DevToolsInterface

      Parameters:

      command - the command to send

      data - data, specific to the command

    • equals

      public boolean equals(Object o)

      Overrides:

      equals in class Object

    • hashCode

      public int hashCode()

      Overrides:

      hashCode in class Object