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
Modifier and Type Method Description default voidbindTwoWays(TwoWayBindableValue<T> other)Methods inherited from interface org.teamapps.databinding.ObservableValue
bindWritingTo, get, onChanged