Uses of Interface
org.jvnet.hk2.config.ConfigListener
Packages that use ConfigListener
-
Uses of ConfigListener in org.jvnet.hk2.config
Methods in org.jvnet.hk2.config with parameters of type ConfigListenerModifier and TypeMethodDescriptionvoidDom.addListener(ConfigListener listener) voidObservableBean.addListener(ConfigListener listener) Add a new listener to configuration changes.voidTransactions.addListenerForType(Class listenerType, ConfigListener listener) adds a listener for a particular config typebooleanDom.removeListener(ConfigListener listener) booleanObservableBean.removeListener(ConfigListener listener) Remove a listenerbooleanTransactions.removeListenerForType(Class listenerType, ConfigListener listener) removes a listener for a particular config type