SimpleTimer.TimedEvent
class NewsTimerTask extends Object implements SimpleTimer.TimedEvent
Constructor | Description |
---|---|
NewsTimerTask(RouterContext ctx,
ConsoleUpdateManager mgr) |
Modifier and Type | Method | Description |
---|---|---|
void |
timeReached() |
the time requested has been reached (this call should NOT block,
otherwise the whole SimpleTimer gets backed up)
|
public NewsTimerTask(RouterContext ctx, ConsoleUpdateManager mgr)
public void timeReached()
SimpleTimer.TimedEvent
timeReached
in interface SimpleTimer.TimedEvent