CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
|
Protocol defining the required methods of a MediaWikiQueryDelegate. More...
#import <MediaWikiQueryDelegate.h>
Public Member Functions | |
(void) | - didReceiveMediaWikiData: |
The delegate method that is called when all the data from the URL is read. |
Protocol defining the required methods of a MediaWikiQueryDelegate.
MediaWikiQueryDelegates receive a message containing the data read from the given URL
Created by Antti V J Niemela, tkol on 5/24/11. Copyright 2011 University of Helsinki. All rights reserved.
Definition at line 16 of file MediaWikiQueryDelegate.h.
- (void) didReceiveMediaWikiData: | (NSData *) | data |
The delegate method that is called when all the data from the URL is read.
Reimplemented in MediaWikiCategoryQuery, and MediaWikiPageQuery.