org.jdiameter.api
Interface ConfigurationListener


public interface ConfigurationListener

The listener interface for receiving runtime configuration changes events.

Version:
1.5.1 Final

Method Summary
 boolean elementChanged(int key, java.lang.Object newValue)
          Invoked when an changes is occurs.
 

Method Detail

elementChanged

boolean elementChanged(int key,
                       java.lang.Object newValue)
Invoked when an changes is occurs.

Parameters:
key - index of changed elemen
newValue - new value
Returns:
true if new value is applay


Copyright © 2010. All Rights Reserved.