Public Member Functions

<OFDistributedScoreEnumeratorDelegate> Protocol Reference

#import <OFDistributedScoreEnumerator.h>

List of all members.

Public Member Functions

(void) - didReceiveScoresOFDistributedScoreEnumerator:
(void) - didFailReceiveScoresOFDistributedScoreEnumerator:
(void) - didReachLastPageOFDistributedScoreEnumerator:

Member Function Documentation

- (void) didFailReceiveScoresOFDistributedScoreEnumerator: (OFDistributedScoreEnumerator *)  scoreEnumerator [optional]

Invoked by an OFDistributedScoreEnumerator object whenever a request fails

Parameters:
scoreEnumeratorThe OFDistributedScoreEnumerator object which requested the new scores
- (void) didReachLastPageOFDistributedScoreEnumerator: (OFDistributedScoreEnumerator *)  scoreEnumerator [optional]

Invoked by an OFDistributedScoreEnumerator object whenever there are no more scores to load

Parameters:
scoreEnumeratorThe OFDistributedScoreEnumerator object which requested the new scores
- (void) didReceiveScoresOFDistributedScoreEnumerator: (OFDistributedScoreEnumerator *)  scoreEnumerator [optional]

Invoked by an OFDistributedScoreEnumerator object whenever a new set of scores has been retrieved. Scores are downloaded as OFAbridgedHighScore objects.

Parameters:
scoreEnumeratorThe OFDistributedScoreEnumerator object which requested the new scores

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