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 Detail

      • onPropertyUpdate

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

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