Interface PropertyListener<T>


public interface PropertyListener<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onPropertyChanged(Property<T> property, T oldValue, T newValue)
     
  • Method Details

    • onPropertyChanged

      void onPropertyChanged(Property<T> property, T oldValue, T newValue)