in scala.collection.mutable
class ObservableMap

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

Def Summary
def -= ( key : A ) : scala.Unit

def clear : scala.Unit

def update ( key : A , value : B ) : scala.Unit



Def Detail
def -= ( key : A ) : scala.Unit

def clear : scala.Unit

def update ( key : A , value : B ) : scala.Unit