MVmbxNotifyHandler Class Reference

class MVmbxNotifyHandler

MVmbxNotifyHandler

vmbx.lib
Since
Public Member Functions
void HandleNotifyL ( TInt , const TDesC &)

Member Functions Documentation

HandleNotifyL(TInt, const TDesC &)

void HandleNotifyL ( TInt aLine,
const TDesC & aValue
) [pure virtual]

Does the action user wants when a vmbx number has been changed. If the parameter aNotifyOnActiveLineOnly was ETrue in notify request, only a change of the vmbx number of the active ALS line causes calling this.

Parameters

TInt aLine ALS line of which number was changed ( 1 or 2 )
const TDesC & aValue the new vmbx number of that line. (this reference is only valid in scope of this method)