All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.kase.progress.ProgressPublisher.kt Maven / Gradle / Ivy

There is a newer version: 3.0.13
Show newest version
@file:JsExport
@file:Suppress("NON_EXPORTABLE_TYPE")

package kase.progress

import kollections.List
import kotlinx.JsExport

interface ProgressPublisher {
    fun setStages(vararg stageNames: String): List
    fun updateProgress(p: StageProgress): ProgressState
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy