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.
-
T - Value type.Value.set(Object) is called.newValue - The new value.