RootBinding

org.getshaka.shaka.RootBinding
class RootBinding extends Binding[Unit]

Binding at the root of the heirarchy. Operations do nothing.

Attributes

Graph
Supertypes
trait Binding[Unit]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def addChildBinding(b: Binding[_]): Unit

Register a child Binding with this Binding

Register a child Binding with this Binding

Attributes

Definition Classes
override def destroy(): Unit

Destorys this Binding and its children. Typically should remove this Binding from any State references to allow garbage collection.

Destorys this Binding and its children. Typically should remove this Binding from any State references to allow garbage collection.

Attributes

Definition Classes
override def onChange(newValue: Unit): Unit

Typically, triggers a DOM update, and the destruction of child Bindings.

Typically, triggers a DOM update, and the destruction of child Bindings.

Attributes

Definition Classes