com.jalios.util
Interface JPropertiesListener
- All Known Implementing Classes:
- AccessControlManager, ArchiveMailListener, Channel, ComparatorManager, DBEventLogManager, FileProcessorManager, HierarchicalWorkspacesManager, MailFetcher, QuotaManager, ResourceHelper, StatManager, WeakLockManager, WysiwygManager
public interface JPropertiesListener
Interface to implement to be notified of JCMS property modification.
REVISION
static final String REVISION
- See Also:
- Constant Field Values
propertiesChange
void propertiesChange(JProperties properties)
- Invoked after properties have been modified in JCMS and save on disk.
You cannot alter the value received in parameters.
- Parameters:
properties
- the properties which have been modified (may not contain all JCMS properties)
Copyright © 2001-2010 Jalios SA. All Rights Reserved.