Package | Description |
---|---|
org.jvnet.hk2.config |
Modifier and Type | Method and Description |
---|---|
void |
Dom.addListener(ConfigListener listener) |
void |
ObservableBean.addListener(ConfigListener listener)
Add a new listener to configuration changes.
|
void |
Transactions.addListenerForType(Class listenerType,
ConfigListener listener)
adds a listener for a particular config type
|
boolean |
Dom.removeListener(ConfigListener listener) |
boolean |
ObservableBean.removeListener(ConfigListener listener)
Remove a listener
|
boolean |
Transactions.removeListenerForType(Class listenerType,
ConfigListener listener)
removes a listener for a particular config type
|
Copyright © 2009–2016 Oracle Corporation. All rights reserved.