Interface AceEditorClientRpc
- All Superinterfaces:
- com.vaadin.shared.communication.ClientRpc,- Serializable
public interface AceEditorClientRpc
extends com.vaadin.shared.communication.ClientRpc
- 
Method SummaryModifier and TypeMethodDescriptionvoidNotifies the client that the server-side value has changed.voiddiff(TransportDiff diff) 
- 
Method Details- 
diff
- 
changedOnServervoid 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 (?)
 
-