com.atlassian.util.concurrent
Interface Timeout.TimeSupplier

Enclosing class:
Timeout

public static interface Timeout.TimeSupplier

Supply time and precision to a Timeout.

Since:
2.2

Method Summary
 long currentTime()
          The time now.
 java.util.concurrent.TimeUnit precision()
          The precision that the time is expressed in.
 

Method Detail

currentTime

long currentTime()
The time now.


precision

java.util.concurrent.TimeUnit precision()
The precision that the time is expressed in.



Copyright © 2012 Atlassian. All Rights Reserved.