Scala Library
|
|
scala/swing/Publisher.scala
]
trait
Publisher
extends
ReactorValue Summary | |
protected var
|
listeners : scala.swing.RefSet[PartialFunction] |
Values and Variables inherited from Reactor | |
reactions |
Method Summary | |
def
|
publish (e : Event) : Unit |
def
|
subscribe (listener : PartialFunction) : Unit |
def
|
unsubscribe (listener : 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 |
Scala Library
|
|