You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.

Class HeartbeatEvent

    • Constructor Detail

      • HeartbeatEvent

        public HeartbeatEvent​(UI ui,
                              long heartbeatTime)

        Constructs a heartbeat Event.

        Parameters:

        ui - UI for which the Event occurred

        heartbeatTime - value for the heartbeat

    • Method Detail

      • getHeartbeatTime

        public long getHeartbeatTime()