@Service @RunLevel(value=10) public class MessageSecurityConfigEventListenerImpl extends Object implements ConfigListener
| Constructor and Description |
|---|
MessageSecurityConfigEventListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
UnprocessedChangeEvents |
changed(PropertyChangeEvent[] events)
Notification that @Configured objects that were injected have changed
|
<T extends ConfigBeanProxy> |
handleCreate(T instance) |
<T extends ConfigBeanProxy> |
handleDelete(T instance) |
<T extends ConfigBeanProxy> |
handleUpdate(T instance) |
public MessageSecurityConfigEventListenerImpl()
public <T extends ConfigBeanProxy> NotProcessed handleUpdate(T instance)
event - - Event to be processed.AdminEventListenerException - when the listener is unable to process the event.public <T extends ConfigBeanProxy> NotProcessed handleDelete(T instance)
event - Event to be processed.AdminEventListenerException - when the listener is unable to process the event.public <T extends ConfigBeanProxy> NotProcessed handleCreate(T instance)
event - Event to be processed.AdminEventListenerException - when the listener is unable to process the event.public UnprocessedChangeEvents changed(PropertyChangeEvent[] events)
ConfigListenerchanged in interface ConfigListenerevents - list of changesCopyright © 2019. All rights reserved.