org.apache.qpid.server.configuration
Interface ConfigStore.ConfigEventListener<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>>

All Known Implementing Classes:
QMFService
Enclosing class:
ConfigStore

public static interface ConfigStore.ConfigEventListener<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>>


Method Summary
 void onEvent(C object, ConfigStore.Event evt)
           
 

Method Detail

onEvent

void onEvent(C object,
             ConfigStore.Event evt)


Licensed to the Apache Software Foundation