#include <OnixS/CME/MDH/SettingGroup.h>
Public Member Functions | |
virtual void | beginChange (const SettingGroup &, const Char *)=0 |
virtual void | endChange ()=0 |
Definition at line 33 of file SettingGroup.h.
|
pure virtual |
Begins the setting change operation.
May throw an exception if change is not possible for the moment or is prohibited for a setting or a group to which the setting being updated belongs.
Implemented in TrivialChangeController.
|
pure virtual |
Accomplishes the setting change operation.
The given member must be invoked after successful invocation of the 'beginChange' member and before any other setting change.
Implemented in TrivialChangeController.