@Service @RunLevel(value=10) public class MessageSecurityConfigEventListenerImpl extends Object implements org.jvnet.hk2.config.ConfigListener
| Constructor and Description |
|---|
MessageSecurityConfigEventListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.jvnet.hk2.config.UnprocessedChangeEvents |
changed(PropertyChangeEvent[] events) |
<T extends org.jvnet.hk2.config.ConfigBeanProxy> |
handleCreate(T instance) |
<T extends org.jvnet.hk2.config.ConfigBeanProxy> |
handleDelete(T instance) |
<T extends org.jvnet.hk2.config.ConfigBeanProxy> |
handleUpdate(T instance) |
public MessageSecurityConfigEventListenerImpl()
public <T extends org.jvnet.hk2.config.ConfigBeanProxy> org.jvnet.hk2.config.NotProcessed handleUpdate(T instance)
event - - Event to be processed.AdminEventListenerException - when the listener is unable to
process the event.public <T extends org.jvnet.hk2.config.ConfigBeanProxy> org.jvnet.hk2.config.NotProcessed handleDelete(T instance)
event - Event to be processed.AdminEventListenerException - when the listener is unable to
process the event.public <T extends org.jvnet.hk2.config.ConfigBeanProxy> org.jvnet.hk2.config.NotProcessed handleCreate(T instance)
event - Event to be processed.AdminEventListenerException - when the listener is unable to
process the event.public org.jvnet.hk2.config.UnprocessedChangeEvents changed(PropertyChangeEvent[] events)
changed in interface org.jvnet.hk2.config.ConfigListenerCopyright © 2017. All rights reserved.