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 void
windowModeChanged(WindowMode newState)
void
windowMoved(int x, int y)
-
-
-
Method Detail
-
windowModeChanged
void windowModeChanged(WindowMode newState)
-
windowMoved
void windowMoved(int x, int y)
-
-