Uses of Interface
com.biglybt.core.util.NonDaemonTask
-
Packages that use NonDaemonTask Package Description com.biglybt.core.util -
-
Uses of NonDaemonTask in com.biglybt.core.util
Fields in com.biglybt.core.util declared as NonDaemonTask Modifier and Type Field Description protected NonDaemonTask
NonDaemonTaskRunner.taskWrapper. task
Methods in com.biglybt.core.util with parameters of type NonDaemonTask Modifier and Type Method Description static java.lang.Object
NonDaemonTaskRunner. run(NonDaemonTask target)
protected java.lang.Object
NonDaemonTaskRunner. runSupport(NonDaemonTask target)
Constructors in com.biglybt.core.util with parameters of type NonDaemonTask Constructor Description taskWrapper(NonDaemonTask _task)
-