#include <UpdateKeyValuesDelegate.h>
Delegate class for the asynchronous version of method:
◆ onUpdateKeyValuesError()
virtual void cbe::delegate::UpdateKeyValuesDelegate::onUpdateKeyValuesError |
( |
Error && |
error, |
|
|
cbe::util::Context && |
context |
|
) |
| |
|
pure virtual |
Called if an error is encountered.
◆ onUpdateKeyValuesSuccess()
virtual void cbe::delegate::UpdateKeyValuesDelegate::onUpdateKeyValuesSuccess |
( |
cbe::Object && |
object | ) |
|
|
pure virtual |
Called upon successful UpdateKeyValues.
- Parameters
-
object | Instance of object that is getting its Key/Values updated. |
The documentation for this class was generated from the following file: