org.hackystat.tickertape.ticker
Class NabaztagNewsTicker

java.lang.Object
  extended by org.hackystat.tickertape.ticker.NabaztagNewsTicker
All Implemented Interfaces:
Ticker

public class NabaztagNewsTicker
extends java.lang.Object
implements Ticker

Provides a ticker that monitors a set of Hackystat Projects and creates a "News Bulletin" once an hour on the hour that summarizes activity that is read by the Nabaztag Rabbit.

Author:
Philip Johnson

Constructor Summary
NabaztagNewsTicker()
           
 
Method Summary
 void run(Tickertape tickertape, TickerLingua tickerLingua, java.util.logging.Logger logger)
          The run method for this ticker.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NabaztagNewsTicker

public NabaztagNewsTicker()
Method Detail

run

public void run(Tickertape tickertape,
                TickerLingua tickerLingua,
                java.util.logging.Logger logger)
The run method for this ticker.

Specified by:
run in interface Ticker
Parameters:
tickertape - The Tickertape instance indicating what to do.
tickerLingua - The TickerLingua instance with global data info.
logger - The logger to be used to communicate status.