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