org.jdiameter.api
Interface ConfigurationListener


public interface ConfigurationListener

The listener interface for receiving runtime configuration changes events.

Version:
1.5.1 Final
Author:
erick.svenson@yahoo.com

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 element
newValue - new value
Returns:
true if new value is applied


Copyright © 2013. All Rights Reserved.