Browse Source

Updated ServerConnector javadoc (#10304)

Change-Id: Ia2a893b3b56d15a27bce839dcc92dc86e9b3996e
tags/7.0.0.beta10
Artur Signell 11 years ago
parent
commit
db8acda48f
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      client/src/com/vaadin/client/ServerConnector.java

+ 5
- 0
client/src/com/vaadin/client/ServerConnector.java View File

@@ -169,6 +169,11 @@ public interface ServerConnector extends Connector {
/**
* Gets the current shared state of the connector.
*
* Note that state is considered an internal part of the connector. You
* should not rely on the state object outside of the connector who owns it.
* If you depend on the state of other connectors you should use their
* public API instead of their state object directly.
*
* @since 7.0.
* @return state The shared state object. Can be any sub type of
* {@link SharedState}. Never null.

Loading…
Cancel
Save