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