Uses of Interface
org.gudy.azureus2.plugins.utils.DelayedTask

Packages that use DelayedTask
org.gudy.azureus2.plugins.utils   
 

Uses of DelayedTask in org.gudy.azureus2.plugins.utils
 

Methods in org.gudy.azureus2.plugins.utils that return DelayedTask
 DelayedTask Utilities.createDelayedTask(java.lang.Runnable r)
          Adds a low priority task that will be scheduled at some point after existing tasks have completed.