Package

de.sciss

model

Permalink

package model

Visibility
  1. Public
  2. All

Type Members

  1. final case class Change[+A](before: A, now: A) extends Product with Serializable

    Permalink

    Value based events fire instances of Change which provides the value before and after modification.

    Value based events fire instances of Change which provides the value before and after modification.

    before

    the value before the modification

    now

    the value after the modification

  2. trait Model[+U] extends AnyRef

    Permalink

Value Members

  1. object Model

    Permalink
  2. package impl

    Permalink

Ungrouped