KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > concurrent > Delayed

java.util.concurrent
Interface Delayed

All Superinterfaces:
Comparable<Delayed>
All Known Subinterfaces:
ScheduledFuture<V>

long getDelay(TimeUnit unit)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags