Uses of Interface
org.uberfire.commons.lifecycle.PriorityDisposable
-
Packages that use PriorityDisposable Package Description org.uberfire.commons.lifecycle -
-
Uses of PriorityDisposable in org.uberfire.commons.lifecycle
Methods in org.uberfire.commons.lifecycle that return types with arguments of type PriorityDisposable Modifier and Type Method Description static Collection<PriorityDisposable>PriorityDisposableRegistry. getDisposables()Methods in org.uberfire.commons.lifecycle with parameters of type PriorityDisposable Modifier and Type Method Description static voidPriorityDisposableRegistry. register(PriorityDisposable priorityDisposable)
-