public interface JPropertiesListener
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REVISION |
Modifier and Type | Method and Description |
---|---|
void |
propertiesChange(JProperties properties)
Invoked after properties have been modified in JCMS and save on disk.
|
static final java.lang.String REVISION
void propertiesChange(JProperties properties)
You cannot alter the value received in parameters.
Note that properties parameter may be null, a limited set of site properties, or all site properties.
To check that a property has been modified, reload the "current" property instead using channel.getProperties
or
channel.getProperty
.
properties
- the properties which have been submitted to changeCopyright © 2001-2022 Jalios SA. All Rights Reserved.