MIMCacheEventHandler Class Reference

class MIMCacheEventHandler

An interface through which client gets information about available data updates.

Since
Public Member Functions
void HandleIMCacheEventL ( TIMCacheEventType , TAny *)
Protected Member Functions
~MIMCacheEventHandler ()

Constructor & Destructor Documentation

~MIMCacheEventHandler()

~MIMCacheEventHandler ( ) [protected, inline, virtual]

Destructor

Member Functions Documentation

HandleIMCacheEventL(TIMCacheEventType, TAny *)

void HandleIMCacheEventL ( TIMCacheEventType aEvent,
TAny * aChatMessage = NULL
) [pure virtual]

Gets called when data update is available. Client can then decide wether to use the old one or the updated one.

Parameters

TIMCacheEventType aEvent
TAny * aChatMessage = NULL