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.RunnableARunnablethat 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 longgetWaitTime()Returns the system time that can be safely waited until before thisRunnableis run again.
-