#include <CreateObjectDelegate.h>
Delegate class for the asynchronous version of method:
◆ onCreateObjectError()
virtual void cbe::delegate::CreateObjectDelegate::onCreateObjectError |
( |
Error && |
error, |
|
|
cbe::util::Context && |
context |
|
) |
| |
|
pure virtual |
Called if an error is encountered.
◆ onCreateObjectSuccess()
virtual void cbe::delegate::CreateObjectDelegate::onCreateObjectSuccess |
( |
cbe::Object && |
object | ) |
|
|
pure virtual |
Called upon successful CreateObject.
- Parameters
-
object | Instance of Object that is being created. |
The documentation for this class was generated from the following file: