Name

Pkg::CallbackStartDeltaApply — Register callback function

Synopsis

void CallbackStartDeltaApply ( string args );
 

Parameters

string args

Name of the callback handler function. Required callback prototype is void(string filename). The callback function should inform user that a delta application has been started.

Return

void