object selection extends Publisher
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- selection
- Publisher
- Reactor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
deafTo(ps: Publisher*): Unit
Installed reaction won't receive events from the given publisher anylonger.
Installed reaction won't receive events from the given publisher anylonger.
- Definition Classes
- Reactor
- def index: Int
- def index_=(n: Int): Unit
- def item: A
- def item_=(a: A): Unit
-
def
listenTo(ps: Publisher*): Unit
Listen to the given publisher as long as
deafTo
isn't called for them.Listen to the given publisher as long as
deafTo
isn't called for them.- Definition Classes
- Reactor
-
def
publish(e: Event): Unit
Notify all registered reactions.
Notify all registered reactions.
- Definition Classes
- Publisher
-
val
reactions: Reactions
All reactions of this reactor.
All reactions of this reactor.
- Definition Classes
- Reactor