@Service @RunLevel(value=20) public class ApplicationConfigListener extends Object implements org.jvnet.hk2.config.TransactionListener, org.glassfish.hk2.api.PostConstruct
| Constructor and Description |
|---|
ApplicationConfigListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
postConstruct() |
void |
transactionCommited(List<PropertyChangeEvent> changes) |
void |
unprocessedTransactedEvents(List<org.jvnet.hk2.config.UnprocessedChangeEvents> changes) |
public void transactionCommited(List<PropertyChangeEvent> changes)
transactionCommited in interface org.jvnet.hk2.config.TransactionListenerpublic void unprocessedTransactedEvents(List<org.jvnet.hk2.config.UnprocessedChangeEvents> changes)
unprocessedTransactedEvents in interface org.jvnet.hk2.config.TransactionListenerpublic void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructCopyright © 2017. All rights reserved.