Klasse TwoWayBindableValueImpl<T>

java.lang.Object
org.teamapps.commons.databinding.TwoWayBindableValueImpl<T>
Alle implementierten Schnittstellen:
MutableValue<T>, ObservableValue<T>, TwoWayBindableValue<T>

public class TwoWayBindableValueImpl<T> extends Object implements TwoWayBindableValue<T>
  • Felddetails

    • onChanged

      public final Event<T> onChanged
  • Konstruktordetails

    • TwoWayBindableValueImpl

      public TwoWayBindableValueImpl()
    • TwoWayBindableValueImpl

      public TwoWayBindableValueImpl(T initialValue)
  • Methodendetails