Package org.teamapps.databinding
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 Summary
-
Constructor Summary
Constructors Constructor Description TwoWayBindableValueImpl()TwoWayBindableValueImpl(T initialValue) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teamapps.databinding.ObservableValue
bindWritingTo, valueEquals
-
Field Details
-
Constructor Details
-
TwoWayBindableValueImpl
public TwoWayBindableValueImpl() -
TwoWayBindableValueImpl
-
-
Method Details
-
onChanged
- Specified by:
onChangedin interfaceObservableValue<T>
-
get
- Specified by:
getin interfaceObservableValue<T>
-
set
- Specified by:
setin interfaceMutableValue<T>
-