ListSelectionChanged

class ListSelectionChanged[A](val source: ListView[A], val range: Range, val live: Boolean) extends SelectionChanged with ListEvent[A]
Companion
object
trait ListEvent[A]
trait Serializable
trait Product
trait Equals
trait UIEvent
trait Event
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val live: Boolean
val range: Range
override val source: ListView[A]