Interface I_CmsWindowServerRpc

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

public interface I_CmsWindowServerRpc extends com.vaadin.shared.communication.ServerRpc
Client-to-server RPC interface for CmsWindowExtension.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleOpenResult(String id, boolean ok)
    Handles the result of trying to open a new window.
  • Method Details

    • handleOpenResult

      void handleOpenResult(String id, boolean ok)
      Handles the result of trying to open a new window.

      Parameters:
      id - the id of the RPC call which tried to open the window
      ok - true if we succeeded in opening the window