net.i2p.router.tunnel
Class TunnelGateway.DelayedFlush

java.lang.Object
  extended by net.i2p.util.SimpleTimer2.TimedEvent
      extended by net.i2p.router.tunnel.TunnelGateway.DelayedFlush
All Implemented Interfaces:
Runnable
Enclosing class:
TunnelGateway

protected class TunnelGateway.DelayedFlush
extends SimpleTimer2.TimedEvent


Field Summary
 
Fields inherited from class net.i2p.util.SimpleTimer2.TimedEvent
DEFAULT_FUZZ
 
Constructor Summary
TunnelGateway.DelayedFlush()
           
 
Method Summary
 void timeReached()
          Simple interface for events to be queued up and notified on expiration the time requested has been reached (this call should NOT block, otherwise the whole SimpleTimer gets backed up)
 
Methods inherited from class net.i2p.util.SimpleTimer2.TimedEvent
cancel, forceReschedule, reschedule, reschedule, run, schedule, setFuzz
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TunnelGateway.DelayedFlush

TunnelGateway.DelayedFlush()
Method Detail

timeReached

public void timeReached()
Description copied from class: SimpleTimer2.TimedEvent
Simple interface for events to be queued up and notified on expiration the time requested has been reached (this call should NOT block, otherwise the whole SimpleTimer gets backed up)

Specified by:
timeReached in class SimpleTimer2.TimedEvent