org.powerscala

bind

package bind

Visibility
  1. Public
  2. All

Type Members

  1. trait Bindable[T] extends (T) ⇒ Unit with Listenable

    Bindable is an inheritable trait on mutable objects that allows binding to Listenable objects to reflect the changes back to the Bindable.

  2. class Binding[T] extends Listener

    Represents a listener to see changes and reflect them back to binded when they occur.