Class ReconnectionAttemptEvent

java.lang.Object
com.google.web.bindery.event.shared.Event<ReconnectionAttemptEvent.Handler>
com.vaadin.client.communication.ReconnectionAttemptEvent

public class ReconnectionAttemptEvent extends com.google.web.bindery.event.shared.Event<ReconnectionAttemptEvent.Handler>
Event fired when a reconnection attempt is requested.
Since:
24.7
Author:
Vaadin Ltd
  • Constructor Details

    • ReconnectionAttemptEvent

      public ReconnectionAttemptEvent(int attempt)
      Creates an event object.
  • Method Details