public class EventListeners extends Object
Constructor and Description |
---|
EventListeners() |
Modifier and Type | Method and Description |
---|---|
List<GlobalPropertyListener> |
getGlobalPropertyListeners() |
void |
setGlobalPropertyListeners(List<GlobalPropertyListener> globalPropertyListeners)
This setter acts more like an "appender".
|
void |
setGlobalPropertyListenersToEmpty(boolean nullList)
Convenience method called by spring to reset the static list of event
listeners.
|
public List<GlobalPropertyListener> getGlobalPropertyListeners()
public void setGlobalPropertyListeners(List<GlobalPropertyListener> globalPropertyListeners)
globalPropertyListeners
- public void setGlobalPropertyListenersToEmpty(boolean nullList)
nullList
- if true, nulls the list instead of just clearing itCopyright © 2024 OpenMRS Inc.. All rights reserved.