trait ITargets[S <: Base[S]] extends AnyRef
Interconnection management for in-memory events.
A centralized instance that combines the functionality of Targets with ReactionMap.
- Alphabetic
- By Inheritance
- ITargets
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
add(parent: IEvent[S, Any], sel: IEvent[S, Any])(implicit tx: S.Tx): Boolean
Adds a dependant to this node target.
Adds a dependant to this node target.
- parent
the parent event to be pushing to the dependant
- sel
the target selector to which an event will be pushed
- returns
trueif this was the first dependant registered with the given parent,falseotherwise
- abstract def addEventReaction[A](event: IEvent[S, A], observer: Observer[S, A])(implicit tx: S.Tx): Boolean
- abstract def children(parent: IEvent[S, Any])(implicit tx: S.Tx): List[IEvent[S, Any]]
- abstract def getEventReactions[A](event: IEvent[S, A])(implicit tx: S.Tx): List[Observer[S, A]]
- abstract def hasEventReactions[A](event: IEvent[S, A])(implicit tx: S.Tx): Boolean
-
abstract
def
remove(parent: IEvent[S, Any], sel: IEvent[S, Any])(implicit tx: S.Tx): Boolean
Removes a dependant from this node target.
Removes a dependant from this node target.
- parent
the parent event which is currently pushing to the dependant
- sel
the target selector which was registered with the parent
- returns
trueif this was the last dependant unregistered with the given parent,falseotherwise
- abstract def removeEventReaction[A](event: IEvent[S, Any], observer: Observer[S, A])(implicit tx: S.Tx): Boolean
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )