| ledger-core
    | 
#include <AmountListCallback.hpp>
| Public Member Functions | |
| virtual void | onCallback (const std::experimental::optional< std::vector< std::shared_ptr< Amount >>> &result, const std::experimental::optional< Error > &error)=0 | 
Callback triggered by main completed task, returning optional result as list of template type T.
| 
 | pure virtual | 
Method triggered when main task complete. result optional of type list<T>, non null if main task failed error optional of type Error, non null if main task succeeded
 1.8.13
 1.8.13