IKioWareDownloadEvents Interface

Defines basic KioWare download related events.

Methods

Type Signature
void onBeforeDownload(KWDownloadEventArgs args)
Called by KioWare before a download is queued.
void onDownloadStarted(KWDownloadEventArgs args)
Called by KioWare just after a download is queued.
void onDownloadFinished(KWDownloadEventArgs args)
Called by KioWare when a download is finished.