|
Scala 2.1.7
|
class
Subscriber
[ A , B ]
extends
java.lang.Object with
scala.ScalaObjectSubscriber[A, B]
objects may subscribe to events of
type A
published by an object of type B
.
B
is typically a subtype of Publisher
.Def Summary | |
def
notify
( pub : B , event : A )
: scala.Unit
|
Def Detail |
def
notify
( pub : B , event : A ) : scala.Unit