|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PeriodicTask
Interface for tasks that can be scheduled for execution by a Clock
.
Method Summary | |
---|---|
long |
getPeriodMillis()
Get the amount of time, in milliseconds, between executions of this task. |
boolean |
isStartedImmediately()
Determine whether this task should be started immediately when it's added to a clock. |
Methods inherited from interface java.lang.Runnable |
---|
run |
Method Detail |
---|
long getPeriodMillis()
boolean isStartedImmediately()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |