Uses of Interface
com.vaadin.base.devserver.DevToolsInterface
Packages that use DevToolsInterface
-
Uses of DevToolsInterface in com.vaadin.base.devserver
Classes in com.vaadin.base.devserver that implement DevToolsInterfaceModifier and TypeClassDescriptionstatic classImplementation of the development tools interface.Methods in com.vaadin.base.devserver that return DevToolsInterfaceModifier and TypeMethodDescriptionprotected DevToolsInterfaceDebugWindowConnection.getDevToolsInterface(org.atmosphere.cpr.AtmosphereResource resource) Methods in com.vaadin.base.devserver with parameters of type DevToolsInterfaceModifier and TypeMethodDescriptionvoidDevToolsMessageHandler.handleConnect(DevToolsInterface devToolsInterface) Called when a browser connects.default voidDevToolsMessageHandler.handleDisconnect(DevToolsInterface devToolsInterface) Called when the browser connection disconnects.default booleanDevToolsMessageHandler.handleMessage(String command, tools.jackson.databind.JsonNode data, DevToolsInterface devToolsInterface) Called when a message from the browser arrives.