Interface DefaultProfile.ProfileChangeListener

Enclosing class:
DefaultProfile

public static interface DefaultProfile.ProfileChangeListener
A listener that can be registered to be notified if a value in the profile changed
Since:
3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onPropertyUpdate(PDFCProperty<?> property, Object value)
    Called when the given property changed
    void
    onPropertyUpdate(String propertyName, Object value)
    Called when a property with the given name changed
  • Method Details

    • onPropertyUpdate

      void onPropertyUpdate(PDFCProperty<?> property, Object value)
      Called when the given property changed
      Parameters:
      property - the property that changed
      value - the new value
    • onPropertyUpdate

      void onPropertyUpdate(String propertyName, Object value)
      Called when a property with the given name changed
      Parameters:
      propertyName - the property that changed
      value - the new value