class MPresentityGroupContentEvent : public MXIMPBase |
Event interface for presentity group content event.
This interface is implemented by the XIMP Framework and event object is signalled to registered client observers through MXIMPContextObserver observer interface. This event notifies clients about changes in presentity group content.
Clients subscribe for this event with MPresentityGroups::SubscribePresentityGroupContentL().
New subscribed data is received from protocol.
Data item data subscription status is updated by protocol adaptation.
When client unsubscribes the data item.
XIMP Framework generates initial data notification to client automatically after clients subscription, when the initial data comes available from protocol.
Public Member Functions | |
---|---|
const MPresentityGroupMemberInfo & | CurrentMember(TInt) |
TInt | CurrentMembersCount() |
const MXIMPDataSubscriptionState & | DataSubscriptionState() |
const MPresentityGroupMemberInfo & | DisappearedMember(TInt) |
TInt | DisappearedMembersCount() |
const MXIMPIdentity & | GroupId() |
const MPresentityGroupMemberInfo & | NewMember(TInt) |
TInt | NewMembersCount() |
const MPresentityGroupMemberInfo & | UpdatedMember(TInt) |
TInt | UpdatedMembersCount() |
Protected Member Functions | |
---|---|
~MPresentityGroupContentEvent() |
Inherited Functions | |
---|---|
MXIMPBase::GetInterface(TInt32,TIfGetOps) | |
MXIMPBase::GetInterface(TInt32,TIfGetOps)const | |
MXIMPBase::GetInterfaceId()const | |
MXIMPBase::~MXIMPBase() |
Inherited Enumerations | |
---|---|
MXIMPBase:@65 | |
MXIMPBase:TIfGetOps |
~MPresentityGroupContentEvent | ( | ) | [protected, inline, virtual] |
Protected destructor. Object instancies can't be deleted via this interface.
const MPresentityGroupMemberInfo & | CurrentMember | ( | TInt | aIndex | ) | const [pure virtual] |
Gets presentity group member by index.
TInt aIndex | The index of the presentity group member to get. |
TInt | CurrentMembersCount | ( | ) | const [pure virtual] |
Gets count of current presentity group members.
Note that, current information is signalled only when the client refreshes the event data from XIMP Framework cache, by re-issuing the data subscription.
const MXIMPDataSubscriptionState & | DataSubscriptionState | ( | ) | const [pure virtual] |
Returns subscription state object holding information about data items data subscription state.
const MPresentityGroupMemberInfo & | DisappearedMember | ( | TInt | aIndex | ) | const [pure virtual] |
Gets presentity group member by index.
TInt aIndex | The index of the presentity group member to get. |
TInt | DisappearedMembersCount | ( | ) | const [pure virtual] |
Gets count of disappeared presentity group members.
const MPresentityGroupMemberInfo & | NewMember | ( | TInt | aIndex | ) | const [pure virtual] |
Gets presentity group member by index.
TInt aIndex | The index of the presentity group member to get. |
TInt | NewMembersCount | ( | ) | const [pure virtual] |
Gets count of new presentity group members.
const MPresentityGroupMemberInfo & | UpdatedMember | ( | TInt | aIndex | ) | const [pure virtual] |
Gets presentity group member by index.
TInt aIndex | The index of the presentity group member to get. |
TInt | UpdatedMembersCount | ( | ) | const [pure virtual] |
Gets count of updated presentity group members.
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.