mapscore
1.4.1.191
mapscore
/
io.openmobilemaps.mapscore.shared.map.scheduling
/
SchedulerInterface
Scheduler
Interface
abstract
class
SchedulerInterface
Content copied to clipboard
Constructors
Functions
Inheritors
Constructors
Scheduler
Interface
Link copied to clipboard
fun
SchedulerInterface
(
)
Content copied to clipboard
Functions
add
Task
Link copied to clipboard
abstract
fun
addTask
(
task
:
TaskInterface
)
Content copied to clipboard
add
Tasks
Link copied to clipboard
abstract
fun
addTasks
(
tasks
:
ArrayList
<
TaskInterface
>
)
Content copied to clipboard
clear
Link copied to clipboard
abstract
fun
clear
(
)
Content copied to clipboard
pause
Link copied to clipboard
abstract
fun
pause
(
)
Content copied to clipboard
remove
Task
Link copied to clipboard
abstract
fun
removeTask
(
id
:
String
)
Content copied to clipboard
resume
Link copied to clipboard
abstract
fun
resume
(
)
Content copied to clipboard
Inheritors
AndroidScheduler
Link copied to clipboard