|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GlobalPropertyListener
This interface allows code to be run when global properties are created, edited, or deleted.
TODO: Make sure listeners are notified if a global property's name is changed.
AdministrationService.addGlobalPropertyListener(GlobalPropertyListener)
Method Summary | |
---|---|
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 |
Method Detail |
---|
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 deleted
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |