|
Scala
1.4.0.4 |
|||
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.
| Method Summary | |
abstract
|
def notify(pub: B, event: A): Unit
|
final
|
def notify(): Unit
|
| Methods inherited from java/lang/Object-class |
| clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait |
| Methods inherited from scala/Any-class |
| !=, ==, asInstanceOf, isInstanceOf, match |
| Methods inherited from scala/ScalaObject-class |
| getScalaType |
| Method Detail |
abstract def notify(pub: B, event: A): Unit
final def notify(): Unit
|
Scala
1.4.0.4 |
|||