in scala/collection/mutable
trait Message

trait Message[+A]()
extends Object
with ScalaObject
Implementing classes or objects:
class Update[+A](elem: A)
class Remove[+A](elem: A)
class Include[+I](elem: I)
class Script[A]()
class Reset[+A]()

Class Message represents messages that are issued by observable collection classes whenever a data structure is changed. Class Message has several subclasses for the various kinds of events: Update Remove, Include, Reset, and Script.
Author:
Matthias Zenger
Version:
1.0, 08/07/2003

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/ScalaObject-class
getScalaType