AuralOutputAttribute

final
class AuralOutputAttribute[T <: Txn[T]](val key: String, objH: Source[T, Output[T]], observer: Observer[T])(implicit context: AuralContext[T]) extends AuralAttributeImpl[T]

The implementation of an AuralAttribute whose source is a Proc.Output.

Companion
object
trait ObservableImpl[T, State]
trait AuralViewBase[T, Target[T]]
trait ViewBase[T]
trait Disposable[T]
trait Observable[T, State]
class Object
trait Matchable
class Any

Type members

Types

type Repr = Output[T]

Value members

Concrete methods

def dispose()(implicit tx: T): Unit
def init(output: Output[T])(implicit tx: T): AuralOutputAttribute[T]
def obj(implicit tx: T): Output[T]
def preferredNumChannels(implicit tx: T): Int
def prepare(timeRef: Option)(implicit tx: T): Unit
def run(timeRef: Option, target: Target[T])(implicit tx: T): Unit
def stop()(implicit tx: T): Unit
def targetOption(implicit tx: T): Option[Target[T]]
override
def toString: String
Definition Classes
Any
def tpe: Type

Inherited methods

final protected
def fire(update: State)(implicit tx: T): Unit
Inherited from
ObservableImpl
final
def react(fun: T => State => Unit)(implicit tx: T): Disposable[T]
Inherited from
ObservableImpl
final
def reactNow(fun: T => State => Unit)(implicit tx: T): Disposable[T]

Like react, but also invokes the function with the current state immediately.

Like react, but also invokes the function with the current state immediately.

Inherited from
ViewBase
final
def state(implicit tx: T): State
Inherited from
BasicViewBaseImpl
protected
def stateWillChanged(now: State)(implicit tx: T): Unit
Inherited from
BasicViewBaseImpl
final protected
def state_=(now: State)(implicit tx: T): Unit
Inherited from
BasicViewBaseImpl

Concrete fields

val key: String