java.lang.Object
org.praxislive.code.userapi.Ref.ChangeEvent<T>
- Type Parameters:
T- reference type
Event passed to
Ref.onChangeHandler when the Ref value changes.
Provides access to the current and previous values, where they exist.-
Method Summary
-
Method Details
-
current
Query the current value.- Returns:
- current value or empty optional
-
previous
Query the previous value.- Returns:
- previous value or empty optional
-