Class InfoHandler

java.lang.Object
com.vaadin.copilot.plugins.info.InfoHandler
All Implemented Interfaces:
CopilotCommand

public class InfoHandler extends Object implements CopilotCommand
  • Constructor Details

    • InfoHandler

      public InfoHandler(com.vaadin.flow.server.startup.ApplicationConfiguration applicationConfiguration)
  • Method Details

    • handleConnect

      public void handleConnect(com.vaadin.base.devserver.DevToolsInterface devToolsInterface)
      Specified by:
      handleConnect in interface CopilotCommand
    • handleMessage

      public boolean handleMessage(String command, elemental.json.JsonObject data, com.vaadin.base.devserver.DevToolsInterface devToolsInterface)
      Specified by:
      handleMessage in interface CopilotCommand