|
Scala Library
|
|
trait
Subscriber[-A, -B]
extends AnyRefSubscriber[A, B] objects may subscribe to events of
type A published by an object of type B.
B is typically a subtype of Publisher.| Method Summary | |
abstract def
|
notify (pub : B, event : A) : Unit |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
|
Scala Library
|
|