Interface ValueListener<T>

All Superinterfaces:
EventListener

public interface ValueListener<T> extends EventListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onValueChange(T oldValue, T newValue)
    Called when the property value was changed
  • Method Details

    • onValueChange

      void onValueChange(@Nullable T oldValue, @Nullable T newValue)
      Called when the property value was changed
      Parameters:
      oldValue - the last value of the property
      newValue - the new current value