FW::FileWatchListener Class Reference
#include <FileWatcher.h>
List of all members.
Detailed Description
Basic interface for listening for file events.
Constructor & Destructor Documentation
| FW::FileWatchListener::FileWatchListener |
( |
|
) |
[inline] |
| virtual FW::FileWatchListener::~FileWatchListener |
( |
|
) |
[inline, virtual] |
Member Function Documentation
| virtual void FW::FileWatchListener::handleFileAction |
( |
WatchID |
watchid, |
|
|
const String & |
dir, |
|
|
const String & |
filename, |
|
|
Action |
action | |
|
) |
| | [pure virtual] |
Handles the action file action
- Parameters:
-
| watchid | The watch id for the directory |
| dir | The directory |
| filename | The filename that was accessed (not full path) |
| action | Action that was performed |
The documentation for this class was generated from the following file: