Package com.vaadin.collaborationengine
Interface HighlightHandler
- All Superinterfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface that defines how to handle highlight changes for
properties in a topic.
- Author:
- Vaadin Ltd
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The context of the highlight. -
Method Summary
Modifier and TypeMethodDescriptionHandles a change of highlight for a property in a topic.
-
Method Details
-
handleHighlight
Handles a change of highlight for a property in a topic.- Parameters:
context
- the context of the highlight, notnull
- Returns:
- a registration that will be removed with the highlight is toggled off
-