Uses of Interface
com.biglybt.pif.utils.DelayedTask
-
Packages that use DelayedTask Package Description com.biglybt.pif.utils com.biglybt.pifimpl.local.utils -
-
Uses of DelayedTask in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that return DelayedTask Modifier and Type Method Description DelayedTask
Utilities. createDelayedTask(java.lang.Runnable r)
Adds a low priority task that will be scheduled at some point after existing tasks have completed. -
Uses of DelayedTask in com.biglybt.pifimpl.local.utils
Classes in com.biglybt.pifimpl.local.utils that implement DelayedTask Modifier and Type Class Description (package private) static class
UtilitiesImpl.DelayedTaskImpl
Methods in com.biglybt.pifimpl.local.utils that return DelayedTask Modifier and Type Method Description static DelayedTask
UtilitiesImpl. addDelayedTask(java.lang.String name, java.lang.Runnable r)
DelayedTask
UtilitiesImpl. createDelayedTask(java.lang.Runnable target)
-