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
Modifier and TypeMethodDescriptionvoidthe time requested has been reached (this call should NOT block, otherwise the whole SimpleTimer gets backed up)
-
Method Details
-
timeReached
void timeReached()the time requested has been reached (this call should NOT block, otherwise the whole SimpleTimer gets backed up)
-