ConfigListener Events
The ConfigListener type exposes the following members.
Events
|
Name |
Description |
---|---|---|
|
Called before a configuration Value is changed. If an Exception is thrown, the change will be aborted.For complex data, this method is called for each element. | |
|
Called before a configuration Value is deleted. If an Exception is thrown, the deletion will be aborted. | |
|
Called before a configuration Value is renamed. If an Exception is thrown, renaming will be aborted. | |
|
Called after a configuration Value has been successfully changed. For complex data, this method is called for each element. | |
|
Called after a configuration Value has been deleted. For complex data, this method is called for each element. | |
|
Called after a configuration Value has been renamed. |