MSenFilesObserver Class Reference
	
	#include 
            
                    <mw/MSenServiceConsumer.h>
                
Detailed Description
			Callback interface for transfer progress observer. Typically, this interface is implemented by applications that want to monitor how many bytes (of a file, request, or response) have been sent or received during a transaction. Callback is thus often integrated to progress bar implementations in UI layer. Note: UID of this interface is KSenInterfaceUidFilesObserver. 
		Member Function Documentation
		TransferProgress ( TInt, TBool, const TDesC8 &, const TDesC8 &, TInt )
		
		
				This method is called when new part of BLOB is sent or received.
				
			 
| Parameter | Description | | aTxnId | Transaction ID. | 
| aIncoming | ETrue if it is incoming BLOB, EFalse if outgoing. | 
| aMessage | SOAP message for incoming messages with BLOBs. | 
| aCid | CID of current BLOB. | 
| aProgress | Count of sent/received BLOB bytes. |