EventType

sealed abstract class EventType

Type of event raised by Watcher. Supports the standard events types as well as arbitrary non-standard types (via NonStandard).

Companion:
object
class Object
trait Matchable
class Any
object Created.type
object Deleted.type
object Modified.type
object Overflow.type