![JAR search and dependency download from the Maven repository](/logo.png)
s-lib-watch_3.0.11.2.source-code.Watcher.scala Maven / Gradle / Ivy
package os.watch
abstract class Watcher extends AutoCloseable {
def run(): Unit
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package os.watch
abstract class Watcher extends AutoCloseable {
def run(): Unit
}