Package net.i2p.util
Interface SimpleTimer.TimedEvent
-
- All Known Implementing Classes:
CoalesceStatsEvent
,Connection.ConEvent
,MarkLiveliness
,NewsTimerTask
,Republish
,SessionIdleTimer
- Enclosing class:
- SimpleTimer
public static interface SimpleTimer.TimedEvent
Simple interface for events to be queued up and notified on expiration
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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)
-