CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
|
Protocol defining the required methods for a MediaWikiPageQueryDelegate. More...
#import <MediaWikiPageQueryDelegate.h>
Public Member Functions | |
(void) | - didReceiveCompositionData: |
The method which will be called once the page data has been read. |
Protocol defining the required methods for a MediaWikiPageQueryDelegate.
MediaWikiPageQueryDelegates receive the read composition data from the MediaWiki wikitext page.
Definition at line 9 of file MediaWikiPageQueryDelegate.h.
- (void) didReceiveCompositionData: | (id) | compData |
The method which will be called once the page data has been read.
The passed object will be an CompositionData* object.
Reimplemented in IMSLPQueryHelper.