Package com.vaadin.collaborationengine
Interface TopicConnectionRegistration.ConnectionFailedAction
- All Superinterfaces:
Serializable
- Enclosing class:
- TopicConnectionRegistration
- 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 TopicConnectionRegistration.ConnectionFailedAction
extends Serializable
An action for handling a failed topic connection.
- Author:
- Vaadin Ltd
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Handles a failed topic connection.
-
Method Details
-
onConnectionFailed
Handles a failed topic connection.- Parameters:
event
- the connection failed event
-