Package com.vaadin.shared.ui.ui
Interface UIServerRpc
-
- All Superinterfaces:
ClickRpc
,Serializable
,ServerRpc
public interface UIServerRpc extends ClickRpc, ServerRpc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
poll()
void
resize(int viewWidth, int viewHeight, int windowWidth, int windowHeight)
void
scroll(int scrollTop, int scrollLeft)
-