|
|
|
Location:
qbtselectdlg.h
class MQBTUISelectDialogObserver;
Class to allow dialog users to know when the dialog has exited and when it is destroyed.
Defined in MQBTUISelectDialogObserver:
DialogDestroyed(), HandleDialogExitL()
virtual void HandleDialogExitL(TInt aButtonId)=0;
Called when dialog exits
|
virtual void DialogDestroyed()=0;
Called from destructor to reset pointers to this object as it is destroyed.