Uses of Interface
com.vaadin.flow.component.HeartbeatListener
-
Packages that use HeartbeatListener Package Description com.vaadin.flow.component com.vaadin.flow.component.internal -
-
Uses of HeartbeatListener in com.vaadin.flow.component
Methods in com.vaadin.flow.component with parameters of type HeartbeatListener Modifier and Type Method Description RegistrationUI. addHeartbeatListener(HeartbeatListener listener)Add a listener that will be informed when this UI received a heartbeat from the client-side. -
Uses of HeartbeatListener in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal with parameters of type HeartbeatListener Modifier and Type Method Description RegistrationUIInternals. addHeartbeatListener(HeartbeatListener listener)
-