AuralFolderAttribute

final
class AuralFolderAttribute[T <: Txn[T]](val key: String, objH: Source[T, Folder[T]], observer: Observer[T])(implicit context: AuralContext[T]) extends AuralAttribute[T] with ObservableImpl[T, State] with Observer[T]
Companion
object
trait Observer[T]
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 = Folder[T]

Value members

Concrete methods

def attrNumChannelsChanged(attr: Elem)(implicit tx: T): Unit
def dispose()(implicit tx: T): Unit
def init(folder: Folder[T])(implicit tx: T): AuralFolderAttribute[T]
def obj(implicit tx: T): Folder[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 state(implicit tx: T): State
def stop()(implicit tx: T): Unit
def targetOption(implicit tx: T): Option[Target[T]]
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

Concrete fields

val key: String