Interface IProperty<T>


public interface IProperty<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fireChanged(T oldValue, T newValue)
     
  • Method Details

    • fireChanged

      void fireChanged(T oldValue, T newValue)