Class TwoWayBindableValueImpl<T>

java.lang.Object
org.teamapps.databinding.TwoWayBindableValueImpl<T>
All Implemented Interfaces:
MutableValue<T>, ObservableValue<T>, TwoWayBindableValue<T>

public class TwoWayBindableValueImpl<T>
extends java.lang.Object
implements TwoWayBindableValue<T>
  • Field Details

    • onChanged

      public final Event<T> onChanged
  • Constructor Details

    • TwoWayBindableValueImpl

      public TwoWayBindableValueImpl()
    • TwoWayBindableValueImpl

      public TwoWayBindableValueImpl​(T initialValue)
  • Method Details