Package org.apache.batik.util
Interface RunnableQueue.IdleRunnable
-
- All Superinterfaces:
java.lang.Runnable
- All Known Implementing Classes:
SVGAnimationEngine.AnimationTickRunnable
,SVGAnimationEngine.DebugAnimationTickRunnable
- Enclosing class:
- RunnableQueue
public static interface RunnableQueue.IdleRunnable extends java.lang.Runnable
ARunnable
that can also inform the caller how long it should be until it is run again.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getWaitTime()
Returns the system time that can be safely waited until before thisRunnable
is run again.
-