Interface PropertyObserver

  • All Known Implementing Classes:
    BufferManager.BufferPropertyObserver

    public interface PropertyObserver
    An interface that components can implement to be notified of changes to property-values during system operation.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void propertyChanged​(java.lang.String propertyName, java.lang.Object newValue)
      This method is called on all property observers when a given property is changed to a new value.
    • Method Detail

      • propertyChanged

        void propertyChanged​(java.lang.String propertyName,
                             java.lang.Object newValue)
        This method is called on all property observers when a given property is changed to a new value.
        Parameters:
        propertyName - the name of the property that was changed
        newValue - the new value of the property