Package net.i2p.router
Interface RouterClock.ClockShiftListener
- All Known Implementing Classes:
Router
- Enclosing class:
- RouterClock
public static interface RouterClock.ClockShiftListener
-
Method Summary
Modifier and Type Method Description void
clockShift(long delta)
-
Method Details
-
clockShift
void clockShift(long delta)- Parameters:
delta
- The system clock and adjusted clock just changed by this much, in milliseconds (approximately)
-