SchedulerInterface

abstract class SchedulerInterface

Constructors

Link copied to clipboard
fun SchedulerInterface()

Functions

Link copied to clipboard
abstract fun addTask(task: TaskInterface)
Link copied to clipboard
abstract fun addTasks(tasks: ArrayList<TaskInterface>)
Link copied to clipboard
abstract fun clear()
Link copied to clipboard
abstract fun pause()
Link copied to clipboard
abstract fun removeTask(id: String)
Link copied to clipboard
abstract fun resume()

Inheritors

Link copied to clipboard