Callback object passed to Mama::startBackground(). More...
#include <mamacpp.h>
Public Member Functions | |
virtual | ~MamaStartCallback () |
virtual void | onStartComplete (MamaStatus status)=0 |
Callback object passed to Mama::startBackground().
The onStartComplete() method will be invoked if an error occurs calling Mama::startBackground() or when Mama::startBackground() exits normally in which case the status returned will be MAMA_STATUS_OK
|
pure virtual |