Name

Pkg::CallbackSourceCreateEnd — Register callback function

Synopsis

void CallbackSourceCreateEnd ( string args );
 

Parameters

string args

Name of the callback handler function. Required callback prototype is void(string url, string err_code, string description). err_code is "NO_ERROR", "NOT_FOUND" (the URL was not found), "IO" (I/O error) or "INVALID" (the source is not valid). The callback function is evaluated when creation of the source has been finished.

Return

void