Name

Pkg::CallbackSourceProbeSucceeded — Register callback function

Synopsis

void CallbackSourceProbeSucceeded ( string args );
 

Parameters

string args

Name of the callback handler function. Required callback prototype is void(string url, string type). The callback function is evaluated when the probed source has type type.

Return

void