Interface PTPropertyChangeListener


public interface PTPropertyChangeListener
Classes which implement this interface provide methods that deal with the events that are generated when value of the property is changed
  • Method Summary

    Modifier and Type Method Description
    void propertyHasChanged​(PTProperty property)
    Sent when value is changed in a property.
  • Method Details

    • propertyHasChanged

      void propertyHasChanged​(PTProperty property)
      Sent when value is changed in a property.
      Parameters:
      property - property which value has changed