Package com.macrofocus.timer
Interface CPExecutor
-
public interface CPExecutorCreated by luc on 22.04.17.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCPExecutor.Cancelablestatic interfaceCPExecutor.Command
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CPExecutor.CancelablescheduleIncremental(CPExecutor.Command command)voidscheduleLater(CPExecutor.Command command)
-
-
-
Method Detail
-
scheduleLater
void scheduleLater(CPExecutor.Command command)
-
scheduleIncremental
CPExecutor.Cancelable scheduleIncremental(CPExecutor.Command command)
-
-