ViewBase
trait AuralAttribute[T]
trait TrySink[T]
trait AuralAttributeImpl[T]
class AuralOutputAttribute[T]
class AuralFolderAttribute[T]
trait AuralObj[T]
trait Action[T]
trait Folder[T]
trait Timeline[T]
trait Manual[T]
trait Control[T]
trait Proc[T]
trait AuralProcImpl[T]
class Impl[T]
trait BasicAuralObjImpl[T]
trait Runner[T]
trait Repr[T]
trait Peer[T]
class ExpandedProcess[T]
trait Internal[T]
trait BasicRunnerInternalImpl[T]
trait Mutable[T]
class MutableRunnerImpl[T]
trait BasicRunnerImpl[T]
class PeerImpl[T]
trait BasicAuralRunnerImpl[T]
trait BasicViewBaseImpl[T]
Value members
Concrete methods
Inherited methods
Registers a live observer with this observable. The method is called with the
observing function which receives the observable's update message of type A
, and the
method generates an opaque Disposable
instance, which may be used to
remove the observer eventually (through the dispose
method).
Registers a live observer with this observable. The method is called with the
observing function which receives the observable's update message of type A
, and the
method generates an opaque Disposable
instance, which may be used to
remove the observer eventually (through the dispose
method).
- Inherited from
- Observable