Interface IdleTimeCalculator
- All Known Implementing Classes:
ExponentiallyGrowingIdleTimeCalculator
public interface IdleTimeCalculator
-
Method Summary
-
Method Details
-
increaseIdleTime
long increaseIdleTime() -
getIdleTime
long getIdleTime() -
reset
void reset()
-