Package org.teamapps.databinding
Interface TwoWayBindableValue<T>
-
- All Superinterfaces:
MutableValue<T>,ObservableValue<T>
- All Known Implementing Classes:
TwoWayBindableValueImpl
public interface TwoWayBindableValue<T> extends ObservableValue<T>, MutableValue<T>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidbindTwoWays(TwoWayBindableValue<T> other)-
Methods inherited from interface org.teamapps.databinding.MutableValue
bindReadingFrom, set
-
Methods inherited from interface org.teamapps.databinding.ObservableValue
bindWritingTo, get, onChanged
-
-
-
-
Method Detail
-
bindTwoWays
default void bindTwoWays(TwoWayBindableValue<T> other)
-
-