Uses of Interface
com.biglybt.pif.utils.DelayedTask
Packages that use DelayedTask
-
Uses of DelayedTask in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that return DelayedTaskModifier and TypeMethodDescriptionUtilities.createDelayedTask
(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 DelayedTaskMethods in com.biglybt.pifimpl.local.utils that return DelayedTaskModifier and TypeMethodDescriptionstatic DelayedTask
UtilitiesImpl.addDelayedTask
(String name, Runnable r) UtilitiesImpl.createDelayedTask
(Runnable target)