WatchEventType

sealed trait WatchEventType extends Serializable with Product
Companion:
object
Source:
WatchEvent.scala
trait Product
trait Equals
class Object
trait Matchable
class Any
object ADDED.type
object BOOKMARK.type
object DELETED.type
object ERROR.type
object MODIFIED.type
class Unknown

Value members

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product