CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
<MediaWikiCategoryQueryDelegate> Protocol Reference

Protocol defining the required methods for a MediaWikiCategoryQueryDelegate. More...

#import <MediaWikiCategoryQueryDelegate.h>

Inheritance diagram for <MediaWikiCategoryQueryDelegate>:

List of all members.

Public Member Functions

(void) - categoryParseFailed:
 The method to call when the reading of the category fails for some reason.
(void) - didReceiveCategoryArray:
 The method to call when a chunk of the category query has finished, containing the actual wiki page names received from the MediaWiki.

Detailed Description

Protocol defining the required methods for a MediaWikiCategoryQueryDelegate.

MediaWikiCategoryQueryDelegates receive the read MediaWiki category contents.

Created by Antti V J Niemela, tkol on 5/26/11. Copyright 2011 University of Helsinki. All rights reserved.

Definition at line 12 of file MediaWikiCategoryQueryDelegate.h.


Member Function Documentation

- (void) categoryParseFailed: (NSError *)  error

The method to call when the reading of the category fails for some reason.

Reimplemented in IMSLPQueryHelper.

- (void) didReceiveCategoryArray: (NSArray *)  categoryArray

The method to call when a chunk of the category query has finished, containing the actual wiki page names received from the MediaWiki.

The MediaWikiCategoryQuery object will have it's continueFrom property set to a non-nil value if the MediaWiki reports it has more content available that could fit into this data chunk.

Reimplemented in IMSLPQueryHelper.


The documentation for this protocol was generated from the following file:
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines