Interface I_CmsWindowCloseServerRpc

All Superinterfaces:
Serializable, com.vaadin.shared.communication.ServerRpc
All Known Implementing Classes:
CmsWindowCloseExtension

public interface I_CmsWindowCloseServerRpc extends com.vaadin.shared.communication.ServerRpc
Handles window close calls.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    windowClosed(String syncToken)
    Executed on window close.p>
  • Method Details

    • windowClosed

      void windowClosed(String syncToken)
      Executed on window close.p>
      Parameters:
      syncToken - the sync token is used to trigger synchronous rpc requests, it's value needs to be set to org.opencms.gwt.client.rpc.CmsRpcAction.SYNC_TOKEN