class MSearchResultRetrieveObserver |
This class is observer for retrieving the results. Users of MSearchResultRetrieveObserver must implement this interface to be able to get heavy results.
Public Member Functions | |
---|---|
TAny * | ResultRetrieveObserverExtensionL ( TUid ) |
void | ResultsRetrieveCompleteL ( RPointerArray < CSearchResult > &) |
TAny * | ResultRetrieveObserverExtensionL | ( | TUid | ) | [inline, virtual] |
Returns the extension for this interface. If no extension is available, return NULL.
TUid |
void | ResultsRetrieveCompleteL | ( | RPointerArray < CSearchResult > & | aResultArray | ) | [pure virtual] |
This function is called when results retrival operation is complete.
RPointerArray < CSearchResult > & aResultArray | - The results returned by the operation. Ownership of the items is transferred to the caller. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.