public interface I_CmsWindowServerRpc extends com.vaadin.shared.communication.ServerRpc
| Modifier and Type | Method and Description |
|---|---|
void |
handleOpenResult(java.lang.String id,
boolean ok)
Handles the result of trying to open a new window.
|
void handleOpenResult(java.lang.String id, boolean ok)
id - the id of the RPC call which tried to open the windowok - true if we succeeded in opening the window