Interface ReconnectionAttemptEvent.Handler

All Superinterfaces:
com.google.gwt.event.shared.EventHandler
Enclosing class:
ReconnectionAttemptEvent
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ReconnectionAttemptEvent.Handler extends com.google.gwt.event.shared.EventHandler
  • Method Details

    • onReconnectionAttempt

      void onReconnectionAttempt(ReconnectionAttemptEvent event)
      Called when handling of a reconnection attempt starts.
      Parameters:
      event - the event object