Example usage for Java com.vaadin.client ServerConnector fields, constructors, methods, implement or subclass
The text is from its open source code.
HandlerRegistration | addStateChangeHandler(StateChangeHandler handler) Adds a handler that is called whenever any part of the state has been updated by the server. |
ApplicationConnection | getConnection() Gets ApplicationConnection instance that created this connector. |
ServerConnector | getParent() Returns the parent of this connector. |
Collection | getRpcImplementations(String rpcInterfaceId) For internal use by the framework: returns the registered RPC implementations for an RPC interface identifier. |
boolean | isEnabled() Tests whether the connector is enabled or not. |