|
Scala Swing Library
|
|
scala/swing/Publisher.scala]
trait
Publisher
extends Reactor| Value Summary | |
protected var
|
listeners : scala.swing.RefSet[scala.PartialFunction] |
| Values and Variables inherited from Reactor | |
| reactions |
| Method Summary | |
def
|
publish (e : Event) : Unit |
def
|
subscribe (listener : scala.PartialFunction) : Unit |
def
|
unsubscribe (listener : scala.PartialFunction) : Unit |
| Methods inherited from Reactor | |
| listenTo, deafTo |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Value Details |
| Method Details |
def
subscribe(listener : scala.PartialFunction) : Unit
def
unsubscribe(listener : scala.PartialFunction) : Unit
|
Scala Swing Library
|
|