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