AuralAttributeTargetImpl

final
class AuralAttributeTargetImpl[T <: Txn[T]](target: AuralNode[T], key: String, targetBus: AudioBus) extends Target[T] with ObservableImpl[T, Value]
trait ObservableImpl[T, Value]
trait Target[T]
trait Observable[T, Value]
class Object
trait Matchable
class Any

Value members

Concrete methods

def put(attr: AuralAttribute[T], value: Value)(implicit tx: T): Unit
def remove(attr: AuralAttribute[T])(implicit tx: T): Unit
override
def toString: String
Definition Classes
Any
def valueOption(implicit tx: T): Option[Value]

Inherited methods

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