mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Comment.
This commit is contained in:
parent
f1e75223a3
commit
a52dd19f3f
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ import java.io.File
|
|||
import java.nio.file.Paths
|
||||
|
||||
interface IProgressListener {
|
||||
/**
|
||||
* progress is an integer between 0 and 100 that represents the percentage.
|
||||
*/
|
||||
fun onProgress(progress: Int? = null, message: String? = null)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue