IFMEServerTransferCallback interface.
More...
#include <ifmeservertransfercallback.h>
List of all members.
Detailed Description
IFMEServerTransferCallback interface.
Package Overview:
This file defines the interface that subclasses of this class MUST follow.
Constructor & Destructor Documentation
IFMEServerTransferCallback::IFMEServerTransferCallback |
( |
| ) |
[inline, protected] |
virtual IFMEServerTransferCallback::~IFMEServerTransferCallback |
( |
| ) |
[inline, protected, virtual] |
Member Function Documentation
virtual void IFMEServerTransferCallback::callback |
( |
int |
transferredBytes | ) |
[pure virtual] |
Returns file transfer progress.
- Parameters:
-
transferredBytes | Bytes transferred so far |
totalBytes | Total bytes to transfer in this transaction |
virtual void IFMEServerTransferCallback::setTotalBytes |
( |
int |
totalBytes | ) |
[pure virtual] |
Sets the total bytes that will be transferred in this transaction.
- Parameters:
-
totalBytes | Total bytes to transfer in this transaction |
virtual void IFMEServerTransferCallback::start |
( |
| ) |
[pure virtual] |
Starts file transfer progress.
virtual void IFMEServerTransferCallback::stop |
( |
| ) |
[pure virtual] |
Stops file transfer progress.
The documentation for this class was generated from the following file: