Package com.inet.pdfc.config
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 TypeMethodDescriptionvoid
onPropertyUpdate
(PDFCProperty<?> property, Object value) Called when the given property changedvoid
onPropertyUpdate
(String propertyName, Object value) Called when a property with the given name changed
-
Method Details
-
onPropertyUpdate
Called when the given property changed- Parameters:
property
- the property that changedvalue
- the new value
-
onPropertyUpdate
Called when a property with the given name changed- Parameters:
propertyName
- the property that changedvalue
- the new value
-