org.apache.batik.util
public interface RunnableQueue.IdleRunnable extends Runnable
Method Summary | |
---|---|
long | getWaitTime()
Returns the system time that can be safely waited until before this
{@link Runnable} is run again.
|
Returns: time to wait until, 0
if no waiting can
be done, or {@link Long#MAX_VALUE} if the {@link Runnable}
should not be run again at this time