Package org.apache.juneau
Interface ValueListener<T>
- Type Parameters:
T
- Value type.
public interface ValueListener<T>
-
Method Summary
-
Method Details
-
onSet
Called whenValue.set(Object)
is called.- Parameters:
newValue
- The new value.
-