Interface AceEditorClientRpc

All Superinterfaces:
com.vaadin.shared.communication.ClientRpc, Serializable

public interface AceEditorClientRpc extends com.vaadin.shared.communication.ClientRpc
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies the client that the server-side value has changed.
    void
     
  • Method Details

    • diff

      void diff(TransportDiff 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 (?)