object changed extends Changed
- Definition Classes
- LongOpImpl → SingleNode → Publisher
- Alphabetic
- By Inheritance
- changed
- Changed
- SingleEvent
- Event
- Writable
- EventLike
- Observable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
--->(sink: Event[S, Any])(implicit tx: S.Tx): Unit
Connects the given selector to this event.
-
final
def
-/->(sink: Event[S, Any])(implicit tx: S.Tx): Unit
Disconnects the given selector from this event.
-
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(that: Any): Boolean
- Definition Classes
- Event → 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
- Event → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
node: lucre.event.Node[S]
- Definition Classes
- Changed → Event
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
pullUpdate(pull: Pull[S])(implicit tx: S.Tx): Option[Change[AudioCue]]
Involves this event in the pull-phase of event delivery.
Involves this event in the pull-phase of event delivery. The event should check the source of the originally fired event, and if it identifies itself with that source, cast the
updateto the appropriate typeAand wrap it in an instance ofSome. If this event is not the source, it should invokepullon any appropriate event source feeding this event.- returns
the
updateas seen through this event, orNoneif the event did not originate from this part of the dependency graph or was absorbed by a filtering function
-
final
def
react(fun: (S.Tx) ⇒ (Change[AudioCue]) ⇒ Unit)(implicit tx: S.Tx): Disposable[S.Tx]
Registers a live observer with this event.
Registers a live observer with this event. The method is called with the observing function which receives the event's update messages, and the method generates an opaque
Disposableinstance, which may be used to remove the observer eventually (through thedisposemethod).- Definition Classes
- Event → EventLike → Observable
-
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( ... )
- final def write(out: DataOutput): Unit