class RecursiveFileObserver(path: File, onFileChanged: (String) -> Unit)
| Name | Summary |
|---|---|
RecursiveFileObserver | constructor(path: File, onFileChanged: (String) -> Unit) |
| Name | Summary |
|---|---|
onEvent | open fun onEvent(event: Int, filePath: String?) |
startWatching | open fun startWatching() |
stopWatching | open fun stopWatching() |