|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface RunnableQueue.IdleRunnable
A Runnable
that can also inform the caller how long it should
be until it is run again.
Method Summary | |
---|---|
long |
getWaitTime()
Returns the system time that can be safely waited until before this Runnable is run again. |
Methods inherited from interface java.lang.Runnable |
---|
run |
Method Detail |
---|
long getWaitTime()
Runnable
is run again.
0
if no waiting can
be done, or Long.MAX_VALUE
if the Runnable
should not be run again at this time
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |