Interface ValueListener<T>

Type Parameters:
T - Value type.

public interface ValueListener<T>
Simple listener for the Value class.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onSet(T newValue)
    Called when Value.set(Object) is called.
  • Method Details