Packages

t

sbt.nio.Watch

Event

sealed trait Event extends AnyRef

Represents a file event that has been detected during a continuous build.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Event
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def occurredAt: FiniteDuration

    The time specified in milliseconds from the epoch at which this event occurred.

    The time specified in milliseconds from the epoch at which this event occurred.

    returns

    the time at which the event occurred.

  2. abstract def path: Path

    The path that triggered the event.

    The path that triggered the event.

    returns

    the path that triggered the event.