FileWatcher

class FileWatcher(file: File, fileChangedEvent: Event<File>, requestStopEvent: Event<Unit>? = null)(source)

Parameters

requestStopEvent

Constructors

Link copied to clipboard
constructor(file: File, fileChangedEvent: Event<File>, requestStopEvent: Event<Unit>? = null)

Functions

Link copied to clipboard
fun stop()