in scala/collection/mutable
trait Message

trait Message[A]()
extends Object
with ScalaObject
Implementing classes or objects:
class Remove[A](elem: A)
class Reset[A]()
class Update[A](elem: A)
class Include[A](elem: A)
class Script[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, notify, notifyAll, synchronized, toString, wait, wait, wait

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