We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 class
Implementation of the development tools interface.
Methods in com.vaadin.base.devserver that return DevToolsInterfaceModifier and TypeMethodDescriptionprotected DevToolsInterface
DebugWindowConnection.getDevToolsInterface
(org.atmosphere.cpr.AtmosphereResource resource) Methods in com.vaadin.base.devserver with parameters of type DevToolsInterfaceModifier and TypeMethodDescriptionvoid
DevToolsMessageHandler.handleConnect
(DevToolsInterface devToolsInterface) Called when a browser connects.
default void
DevToolsMessageHandler.handleDisconnect
(DevToolsInterface devToolsInterface) Called when the browser connection disconnects.
boolean
DevToolsMessageHandler.handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) Called when a message from the browser arrives.