|
Scala Library
|
|
scala/swing/event/ListChanged.scala]
object
ListChanged
extends AnyRef| Method Summary | |
def
|
apply [A](source : ListView[A]) : ListChanged[A] |
def
|
unapply [A](e : ListChanged[A]) : Some[ListView[A]] |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
def
unapply[A](e : ListChanged[A]) : Some[ListView[A]]
def
apply[A](source : ListView[A]) : ListChanged[A]
|
Scala Library
|
|