Packages

p

de.sciss

model

package model

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Package Members

  1. package impl

Type Members

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

    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

Value Members

  1. object Model

Ungrouped