SimpleTimer.TimedEvent
class SessionIdleTimer extends java.lang.Object implements SimpleTimer.TimedEvent
修飾子とタイプ | フィールド | 説明 |
---|---|---|
static long |
MINIMUM_TIME |
コンストラクタ | 説明 |
---|---|
SessionIdleTimer(I2PAppContext context,
I2PSessionImpl session,
boolean reduce,
boolean shutdown) |
reduce, shutdown, or both must be true
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
timeReached() |
the time requested has been reached (this call should NOT block,
otherwise the whole SimpleTimer gets backed up)
|
public static final long MINIMUM_TIME
public SessionIdleTimer(I2PAppContext context, I2PSessionImpl session, boolean reduce, boolean shutdown)
public void timeReached()
SimpleTimer.TimedEvent
timeReached
インタフェース内 SimpleTimer.TimedEvent