Interface DevToolsInterface

All Known Implementing Classes:
DebugWindowConnection.DevToolsInterfaceImpl

public interface DevToolsInterface
For interfacing with the development tools by plugins.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    send(String command, elemental.json.JsonObject data)
    Sends the given message to the client side.
  • Method Details

    • send

      void send(String command, elemental.json.JsonObject data)
      Sends the given message to the client side.
      Parameters:
      command - the command to send
      data - data, specific to the command