Uses of Class
nan.tools.AbstractBackgroundTask

Packages that use AbstractBackgroundTask
nan.tools   
 

Uses of AbstractBackgroundTask in nan.tools
 

Subclasses of AbstractBackgroundTask in nan.tools
 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.