Package com.vaadin.copilot.ide
Class IdeHandler
java.lang.Object
com.vaadin.copilot.ide.IdeHandler
- All Implemented Interfaces:
CopilotCommand
-
Field Summary
Fields inherited from interface com.vaadin.copilot.CopilotCommand
KEY_CANCEL_REQ_ID, KEY_REQ_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleConnect
(DevToolsInterface devToolsInterface) boolean
handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface)
-
Constructor Details
-
IdeHandler
-
-
Method Details
-
handleConnect
- Specified by:
handleConnect
in interfaceCopilotCommand
-
handleMessage
public boolean handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) - Specified by:
handleMessage
in interfaceCopilotCommand
-