Package com.vaadin.copilot.plugins.info
Class InfoHandler
java.lang.Object
com.vaadin.copilot.plugins.info.InfoHandler
- All Implemented Interfaces:
CopilotCommand
-
Field Summary
Fields inherited from interface com.vaadin.copilot.CopilotCommand
KEY_CANCEL_REQ_ID, KEY_REQ_ID -
Constructor Summary
ConstructorsConstructorDescriptionInfoHandler(com.vaadin.flow.server.startup.ApplicationConfiguration applicationConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleConnect(com.vaadin.base.devserver.DevToolsInterface devToolsInterface) booleanhandleMessage(String command, elemental.json.JsonObject data, com.vaadin.base.devserver.DevToolsInterface devToolsInterface)
-
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:
handleConnectin interfaceCopilotCommand
-
handleMessage
public boolean handleMessage(String command, elemental.json.JsonObject data, com.vaadin.base.devserver.DevToolsInterface devToolsInterface) - Specified by:
handleMessagein interfaceCopilotCommand
-