CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
|
Protocol defining the required methods of a MediaWikiDownloadDelegate. More...
#import <MediaWikiDownloadDelegate.h>
Public Member Functions | |
(void) | - didFinishDownload: |
Delegate method called when a file download process completes, the parameter is a path to the downloaded file. |
Protocol defining the required methods of a MediaWikiDownloadDelegate.
MediaWikiDownloadDelegates receive a message telling where the file was saved once the download is complete.
Created by Antti V J Niemela, tkol on 6/7/11. Copyright 2011 University of Helsinki. All rights reserved.
Definition at line 12 of file MediaWikiDownloadDelegate.h.
- (void) didFinishDownload: | (NSString *) | loadedFilePath |
Delegate method called when a file download process completes, the parameter is a path to the downloaded file.
Reimplemented in IMSLPQueryHelper.