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
      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.

    • Method Detail

      • received

        void received​(long latestDelayedID)

        Mark the round-trip completed for all the pending delayed callbacks up to the given one.

        Parameters:

        latestDelayedID - the latest ID for a delayed callback.