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. |
elementChanged
boolean elementChanged(int key,
java.lang.Object newValue)
- Invoked when an changes is occurs.
- Parameters:
key - index of changed elemennewValue - new value
- Returns:
- true if new value is applay
Copyright © 2010. All Rights Reserved.