ListChange

abstract class ListChange[A](val source: ListView[A]) extends ListEvent[A]
trait ListEvent[A]
trait UIEvent
trait Event
class Object
trait Matchable
class Any

Value members

Concrete fields

override val source: ListView[A]