Interface AceEditorClientRpc
- All Superinterfaces:
com.vaadin.shared.communication.ClientRpc
,Serializable
public interface AceEditorClientRpc
extends com.vaadin.shared.communication.ClientRpc
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notifies the client that the server-side value has changed.void
diff
(TransportDiff diff)
-
Method Details
-
diff
-
changedOnServer
void changedOnServer()Notifies the client that the server-side value has changed. We always start the "diff roundtrip" from client to server. I guess that's simplest that way (?)
-