Interface RunnableQueue.IdleRunnable
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
SVGAnimationEngine.AnimationTickRunnable, SVGAnimationEngine.DebugAnimationTickRunnable
- Enclosing class:
RunnableQueue
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the system time that can be safely waited until before thisRunnableis run again.
-
Method Details
-
getWaitTime
long getWaitTime()Returns the system time that can be safely waited until before thisRunnableis run again.- Returns:
- time to wait until,
0if no waiting can be done, orLong.MAX_VALUEif theRunnableshould not be run again at this time
-