in scala.collection.mutable
class ObservableSet

mixin abstract class ObservableSet [ A , This <: ObservableSet ]
extends java.lang.Object
with Set
with Publisher
with ScalaObject
This class is typically used as a mixin. It adds a subscription mechanism to the Set class into which this abstract class is mixed in. Class ObservableSet publishes events of the type Message.
author:
Matthias Zenger
version:
1.0, 08/07/2003

Def Summary
def += ( elem : A ) : scala.Unit

def -= ( elem : A ) : scala.Unit

def clear : scala.Unit



Def Detail
def += ( elem : A ) : scala.Unit

def -= ( elem : A ) : scala.Unit

def clear : scala.Unit