Java com.vaadin.client ServerConnector fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.client ServerConnector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.client ServerConnector.

The text is from its open source code.

Method

HandlerRegistrationaddStateChangeHandler(StateChangeHandler handler)
Adds a handler that is called whenever any part of the state has been updated by the server.
ApplicationConnectiongetConnection()
Gets ApplicationConnection instance that created this connector.
ServerConnectorgetParent()
Returns the parent of this connector.
CollectiongetRpcImplementations(String rpcInterfaceId)
For internal use by the framework: returns the registered RPC implementations for an RPC interface identifier.
booleanisEnabled()
Tests whether the connector is enabled or not.