Package com.vaadin.base.devserver
Interface DevToolsInterface
- All Known Implementing Classes:
 DebugWindowConnection.DevToolsInterfaceImpl
public interface DevToolsInterface
For interfacing with the development tools by plugins.
- 
Method Summary
 
- 
Method Details
- 
send
Sends the given message to the client side.- Parameters:
 command- the command to senddata- data, specific to the command
 
 -