in scala.collection.mutable
trait Subscriber

abstract trait Subscriber [A, B]
extends java.lang.Object
with scala.ScalaObject
Subscriber[A, B] objects may subscribe to events of type A published by an object of type B. B is typically a subtype of Publisher.
Author:
Matthias Zenger
Version:
1.0, 08/07/2003
Direct Known Subclasses:
History

Def Summary
abstract def notify (pub: B, event: A) : scala.Unit

Def Detail
abstract def notify (pub: B, event: A): scala.Unit