selection

object selection extends Publisher
trait Publisher
trait Reactor
class Object
trait Matchable
class Any

Value members

Methods

def index: Int
def index_=(n: Int): Unit
def item: A
def item_=(a: A): Unit

Inherited methods

def publish(e: Event): Unit
Notify all registered reactions.
Inhertied from
Publisher
def listenTo(ps: Publisher*): Unit
Listen to the given publisher as long as deafTo isn't called for
them.
Inhertied from
Reactor
def deafTo(ps: Publisher*): Unit
Installed reaction won't receive events from the given publisher anylonger.
Inhertied from
Reactor

Inherited fields

protected val listeners: RefSet[Reaction]
Inhertied from
Publisher
val reactions: Reactions
All reactions of this reactor.
Inhertied from
Reactor