public static interface DefaultProfile.ProfileChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onPropertyUpdate(PDFCProperty<?> property,
java.lang.Object value)
Called when the given property changed
|
void |
onPropertyUpdate(java.lang.String propertyName,
java.lang.Object value)
Called when a property with the given name changed
|
void onPropertyUpdate(PDFCProperty<?> property, java.lang.Object value)
property
- the property that changedvalue
- the new valuevoid onPropertyUpdate(java.lang.String propertyName, java.lang.Object value)
propertyName
- the property that changedvalue
- the new valueCopyright © 2010-2022 by i-net software GmbH