|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.TimerTask
org.hackystat.tickertape.server.TickertapeTask
public class TickertapeTask
A TimerTask that supports the periodic running of a Tickertape instance.
Constructor Summary | |
---|---|
TickertapeTask(Tickertape tickertape,
TickerLingua tickerLingua,
java.util.logging.Logger logger)
Creates a new task that will execute the associated tickertape processing. |
Method Summary | |
---|---|
void |
run()
When this task wakes up, it will invoke the Ticker from this Tickertape instance. |
Methods inherited from class java.util.TimerTask |
---|
cancel, scheduledExecutionTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TickertapeTask(Tickertape tickertape, TickerLingua tickerLingua, java.util.logging.Logger logger)
tickertape
- The tickertape definition.tickerLingua
- The tickerLingua definition.logger
- The logger.Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.util.TimerTask
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |