MBackupNotifierObserver Class Reference

class MBackupNotifierObserver
Public Member Functions
TInt Resume()
TInt Suspend()

Member Functions Documentation

Resume()

TInt Resume()[pure virtual]
Intended Usage : Provides resumption of suspended behaviour in the class implementing this interface. Error Condition : Dependent upon the implementation class Resume().
Since
7.0
Pre-condition
Implementation class has been fully constructed.
Post-condition
Some action has been taken to change the behaviour of the implementation class of this interface.

Suspend()

TInt Suspend()[pure virtual]
Intended Usage : Provides suspension of behaviour in the class implementing this interface. Error Condition : Dependent upon the implementation class Suspend().
Since
7.0
Pre-condition
Implementation class has been fully constructed.
Post-condition
Some action has been taken to change the behaviour of the implementation class of this interface.