Package com.vaadin.shared.ui.window
Interface WindowServerRpc
-
- All Superinterfaces:
ClickRpc,Serializable,ServerRpc
public interface WindowServerRpc extends ClickRpc, ServerRpc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwindowModeChanged(WindowMode newState)voidwindowMoved(int x, int y)
-
-
-
Method Detail
-
windowModeChanged
void windowModeChanged(WindowMode newState)
-
windowMoved
void windowMoved(int x, int y)
-
-