JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
void
timeReached
()
the time requested has been reached (this call should NOT block, otherwise the whole SimpleTimer gets backed up)
Method Detail
timeReached
void timeReached()
the time requested has been reached (this call should NOT block, otherwise the whole SimpleTimer gets backed up)
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method