Class RSSThread

All Implemented Interfaces:
Runnable, EventListener, WikiEventListener

public class RSSThread
extends WikiBackgroundThread
Runs the RSS generation thread. FIXME: MUST be somewhere else, this is not a good place.
  • Constructor Details

    • RSSThread

      public RSSThread​(Engine engine, File rssFile, int rssInterval)
      Create a new RSS thread.
      Parameters:
      engine - A Engine to own this thread.
      rssFile - A File to write the RSS data to.
      rssInterval - How often the RSS should be generated.
  • Method Details