Package com.vaadin.flow.signals.impl
Interface UsageTracker.UsageRegistrar
- All Superinterfaces:
Serializable
- Enclosing class:
UsageTracker
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Receives notifications about signal usage events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidregister(UsageTracker.Usage usage) Called when a usage event occurs.
-
Method Details
-
register
Called when a usage event occurs.- Parameters:
usage- the usage instance, notnull
-