|
Scala Library
|
|
scala/swing/Reactor.scala]
trait
Reactor
extends AnyRef| Value Summary | |
val
|
reactions
: Reactions
All reactions of this reactor.
|
| Method Summary | |
def
|
deafTo
(ps : Publisher*) : Unit
Installed reaction won't receive events from the given publisher anylonger.
|
def
|
listenTo
(ps : Publisher*) : Unit
Listen to the given publisher as long as
deafTo isn't called for
them. |
| 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 |
deafTo isn't called for
them.|
Scala Library
|
|