Uses of Class
berlin.yuna.tinkerforgesensor.util.ThreadUtil.RefreshType
-
Packages that use ThreadUtil.RefreshType Package Description berlin.yuna.tinkerforgesensor.util -
-
Uses of ThreadUtil.RefreshType in berlin.yuna.tinkerforgesensor.util
Methods in berlin.yuna.tinkerforgesensor.util that return ThreadUtil.RefreshType Modifier and Type Method Description static ThreadUtil.RefreshTypeThreadUtil.RefreshType. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreadUtil.RefreshType[]ThreadUtil.RefreshType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in berlin.yuna.tinkerforgesensor.util with parameters of type ThreadUtil.RefreshType Modifier and Type Method Description protected AsyncRunThreadUtil. loop(String name, ThreadUtil.RefreshType refreshType, Consumer<Long> consumer)
-