MCFContextSubscriptionListener Class Reference
class MCFContextSubscriptionListener
|
Context Subscription listener. All context subscribers must implement this interface. When the subscribed context is changed context indication will be received through this interface.
Notice that this interface must be returned also from the Extension() method!
Constructor & Destructor Documentation
~MCFContextSubscriptionListener()
~MCFContextSubscriptionListener
|
(
|
)
|
[protected, inline, virtual]
|
Member Functions Documentation
Client(RThread &)
Requests client side thread handle. Ownership is trasferred to the caller. Do not put aThread into clean up stack or close it.
Parameters
RThread
& aThread
|
Client thread handle.
|
ContextIndicationL(CCFContextIndication *)
Indicates that context has changed. Clients needs first to subscribed to a context before context indications can be received.
HandleContextSubscriptionError(TInt, const TDesC &, const TDesC &)
void
|
HandleContextSubscriptionError
|
(
|
TInt
|
aError,
|
|
const
TDesC
&
|
aSource,
|
|
const
TDesC
&
|
aType
|
|
)
|
[pure virtual]
|
Called when error occurs while adding subscriptions.
Parameters
TInt
aError
|
Error that occured.
|
const
TDesC
& aSource
|
Context source related to the error.
|
const
TDesC
& aType
|
Context type related to the error.
|
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.