BetterModel
Toggle table of contents
1.4.3-SNAPSHOT-58
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.scheduler
/
ModelScheduler
Model
Scheduler
interface
ModelScheduler
Members
Functions
async
Task
Link copied to clipboard
@
NotNull
abstract
fun
asyncTask
(
@
NotNull
runnable
:
Runnable
)
:
ModelTask
async
Task
Later
Link copied to clipboard
@
NotNull
abstract
fun
asyncTaskLater
(
delay
:
Long
,
@
NotNull
runnable
:
Runnable
)
:
ModelTask
async
Task
Timer
Link copied to clipboard
@
NotNull
abstract
fun
asyncTaskTimer
(
delay
:
Long
,
period
:
Long
,
@
NotNull
runnable
:
Runnable
)
:
ModelTask
task
Link copied to clipboard
@
NotNull
abstract
fun
task
(
@
NotNull
location
:
Location
,
@
NotNull
runnable
:
Runnable
)
:
ModelTask
task
Later
Link copied to clipboard
@
NotNull
abstract
fun
taskLater
(
delay
:
Long
,
@
NotNull
location
:
Location
,
@
NotNull
runnable
:
Runnable
)
:
ModelTask