com.vaadin.shared.ui.window
Interface WindowServerRpc

All Superinterfaces:
ClickRpc, java.io.Serializable, ServerRpc

public interface WindowServerRpc
extends ClickRpc, ServerRpc


Method Summary
 void windowModeChanged(WindowMode newState)
           
 void windowMoved(int x, int y)
           
 
Methods inherited from interface com.vaadin.shared.ui.ClickRpc
click
 

Method Detail

windowModeChanged

void windowModeChanged(WindowMode newState)

windowMoved

void windowMoved(int x,
                 int y)


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.