Watcher

spice.streamer.watcher.Watcher
See theWatcher companion object
abstract class Watcher(directory: Path, ignoreMatchers: Set[String], eventDelay: Long) extends Runnable

Attributes

Companion:
object
Graph
Supertypes
trait Runnable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def fire(pathEvent: PathEvent): Unit

Concrete methods

def dispose(): Unit
override def run(): Unit

Attributes

Definition Classes
Runnable
def start(): Unit