public interface GlobalPropertyListener
| Modifier and Type | Method and Description |
|---|---|
void |
globalPropertyChanged(GlobalProperty newValue)
Called after a global property is created or updated
|
void |
globalPropertyDeleted(String propertyName)
Called after a global property is deleted
|
boolean |
supportsPropertyName(String propertyName)
Asks this listener whether it wants to be notified about the given property name
|
boolean supportsPropertyName(String propertyName)
propertyName - void globalPropertyChanged(GlobalProperty newValue)
newValue - the new value of the property that was just savedvoid globalPropertyDeleted(String propertyName)
propertyName - the name of the property that was just deletedCopyright © 2018 OpenMRS LLC.. All Rights Reserved.