Uses of Interface
org.apache.qpid.server.configuration.ConfigStore.ConfigEventListener

Packages that use ConfigStore.ConfigEventListener
org.apache.qpid.qmf   
org.apache.qpid.server.configuration   
 

Uses of ConfigStore.ConfigEventListener in org.apache.qpid.qmf
 

Classes in org.apache.qpid.qmf that implement ConfigStore.ConfigEventListener
 class QMFService
           
 

Uses of ConfigStore.ConfigEventListener in org.apache.qpid.server.configuration
 

Methods in org.apache.qpid.server.configuration with parameters of type ConfigStore.ConfigEventListener
<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>>
void
ConfigStore.addConfigEventListener(T type, ConfigStore.ConfigEventListener<T,C> listener)
           
<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>>
void
ConfigStore.removeConfigEventListener(T type, ConfigStore.ConfigEventListener<T,C> listener)
           
 



Licensed to the Apache Software Foundation