Package org.opencms.ui.shared.rpc
Interface I_CmsWindowCloseServerRpc
- All Superinterfaces:
Serializable
,com.vaadin.shared.communication.ServerRpc
- All Known Implementing Classes:
CmsWindowCloseExtension
Handles window close calls.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
windowClosed
(String syncToken) Executed on window close.p>
-
Method Details
-
windowClosed
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
-