Scala Library: scala.collection.mutable.Subscriber
scala.collection.mutable.Subscriber
Subscriber[A, B]
objects may subscribe to events of type A
published by an
object of type B
. B
is typically a subtype of
scala.collection.mutable.Publisher.
- Source
- Version
- 2.8
- Since
- 1
Abstract Value Members From scala.collection.mutable.Subscriber
abstract def notify(pub: Pub, event: Evt): Unit
(defined at scala.collection.mutable.Subscriber)
Full Source:
Interested in Scala?
I send out weekly, personalized emails with articles and conference talks.
Subscribe now.