We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Interface
com.vaadin.signals.impl.UsageTracker.Usage
Packages that use UsageTracker.Usage
-
Uses of UsageTracker.Usage in com.vaadin.signals
Methods in com.vaadin.signals that return UsageTracker.UsageModifier and TypeMethodDescriptionprotected UsageTracker.Usage
Signal.createUsage
(Transaction transaction) Creates a usage instance based on the current state of this signal.
-
Uses of UsageTracker.Usage in com.vaadin.signals.impl
Fields in com.vaadin.signals.impl declared as UsageTracker.UsageModifier and TypeFieldDescriptionstatic final UsageTracker.Usage
UsageTracker.NO_USAGE
A usage that doesn't have any changes and never fires any events.
Methods in com.vaadin.signals.impl that return UsageTracker.UsageModifier and TypeMethodDescriptionprotected UsageTracker.Usage
ComputedSignal.createUsage
(Transaction transaction) Creates a usage instance based on the current state of this signal.
static UsageTracker.Usage
Runs the given task while tracking all cases where a managed value is used.
Methods in com.vaadin.signals.impl with parameters of type UsageTracker.UsageModifier and TypeMethodDescriptionstatic void
UsageTracker.registerUsage
(UsageTracker.Usage usage) Registers a usage with the current usage tracker.