#include <FileList.h>

Public Member Functions | |
| virtual void | OnAddFilesFromDirectoryStarted (FileList *fileList, char *dir) |
| First callback called when FileList::AddFilesFromDirectory() starts. | |
| virtual void | OnDirectory (FileList *fileList, char *dir, unsigned int directoriesRemaining) |
| Called for each directory, when that directory begins processing. | |
| virtual void | OnFilePushesComplete (SystemAddress systemAddress) |
| This function is called when all files have been transferred to a particular remote system. | |
| virtual void | OnSendAborted (SystemAddress systemAddress) |
| This function is called when a send to a system was aborted (probably due to disconnection). | |
1.5.7.1