Package com.vaadin.client.communication
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
Handler for
ReconnectionAttemptEvents.-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when handling of a reconnection attempt starts.
-
Method Details
-
onReconnectionAttempt
Called when handling of a reconnection attempt starts.- Parameters:
event- the event object
-