Abstract interface for callbacks for asynchronous transaction commit or abort events. More...

Public Member Functions | |
| virtual void | transaction_done_callback (Sint32 error_code)=0 |
| This method is called when the Bridge transaction has been successfully committed or aborted, or if an error prevented the operation from completing. More... | |
Additional Inherited Members | |
Public Types inherited from mi::base::Interface_declare< 0xa110400a, 0x8dfe, 0x47d5, 0xaf, 0x28, 0x64, 0xe2, 0xe5, 0xd5, 0xa6, 0x6f > | |
| typedef Interface_declare< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11, IInterface > | Self |
| Own type. More... | |
| typedef Uuid_t< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11 > | IID |
| Declares the interface ID (IID) of this interface. More... | |
Static Public Member Functions inherited from mi::base::Interface_declare< 0xa110400a, 0x8dfe, 0x47d5, 0xaf, 0x28, 0x64, 0xe2, 0xe5, 0xd5, 0xa6, 0x6f > | |
| static bool | compare_iid (const Uuid &iid) |
Compares the interface ID iid against the interface ID of this interface and of its ancestors. More... | |
Abstract interface for callbacks for asynchronous transaction commit or abort events.
|
pure virtual |
This method is called when the Bridge transaction has been successfully committed or aborted, or if an error prevented the operation from completing.
| error_code |
|