Uses of Interface
nan.tools.BackgroundTask

Packages that use BackgroundTask
nan.tools   
nan.view   
 

Uses of BackgroundTask in nan.tools
 

Classes in nan.tools that implement BackgroundTask
 class AbstractBackgroundTask
          An abstract class implementing the BackgroundTask interface in a Thread.
 class BackgroundAttachmentSaver
          A Background task to handle attachment saving to disk.
 class BackgroundCacheDownloader
          Downloads a message cache for offline reading.
 class BackgroundCacheReader
          Reads a message cache in the background.
 class BackgroundCacheWriter
          Writes a message cache to disk in the background.
 class BackgroundConnectThread
          A background thread to handle client connections.
 class BackgroundDirectoryDeleter
          Background task that deletes a directory and all files under it.
 class BackgroundNewsgroupDownloader
          Downloads Newsgroup cache into MessageTree in a background thread.
 class BackgroundNewsgroupListDownloader
          Reads the available NewsgroupList from an NNTP Server in a background thread.
 class BackgroundReader
          Background task to read and parse and XML Document from cache.
 class BackgroundWriter
          Performs a serialization task in a background thread.
 

Uses of BackgroundTask in nan.view
 

Methods in nan.view with parameters of type BackgroundTask
 void View.addBackgroundThread(BackgroundTask thread)
          Adds a background thread to the waiter.