textbender.g.lang
Interface RunDelayer

All Known Implementing Classes:
RunBuffer

public interface RunDelayer

Delays runs.


Method Summary
 int delayMillisecondsMinimum()
          Returns the minimum delay in milliseconds.
 void schedule(Runnable runnable)
          Schedules a delayed run.
 

Method Detail

delayMillisecondsMinimum

int delayMillisecondsMinimum()
Returns the minimum delay in milliseconds. The time between scheduling and eventual execution will not be less than this.


schedule

void schedule(Runnable runnable)
Schedules a delayed run.