Package com.vaadin.shared.ui
Interface DelayedCallbackRpc
-
- All Superinterfaces:
Serializable
,ServerRpc
public interface DelayedCallbackRpc extends ServerRpc
Delayed callback RPC interface.Notifies the UI when a round-trip has been completed after a delayed callback has been registered.
- Since:
- 8.18
- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
received(long latestDelayedID)
Mark the round-trip completed for all the pending delayed callbacks up to the given one.
-