Uses of Class
com.im.commons.progress.BackgroundRunner
-
-
Uses of BackgroundRunner in com.im.commons.progress
Subclasses of BackgroundRunner in com.im.commons.progress Modifier and Type Class Description class
UIBackgroundRunnerRO
UI extension of background runner - this class creates newDFEnvironmentRO
usingEnvUtils
.class
UIBackgroundRunnerRW
An extension ofUIBackgroundRunnerRO
which is able to lock the given DFLockable and use the lock in the background task.Constructors in com.im.commons.progress with parameters of type BackgroundRunner Constructor Description BackgroundTask(BackgroundRunner runner)
BackgroundTask(BackgroundRunner runner, int delay)
-