Abstract virtual interface type to implement types observing changes in instances of class FTree.
- See also
- Chapter 3. Monitoring Changes in an FTree of the Programmer's Manual of camp ALib Files.
Definition at line 108 of file ftree.hpp.
#include <ftree.hpp>
◆ Event
The type of change that imposes the notification of a listener.
Enumerator |
---|
CreateNode | A file or directory entry was created.
|
DeleteNode | A file or directory entry was deleted.
|
Definition at line 111 of file ftree.hpp.
◆ ~FTreeListener()
Virtual destructor.
Definition at line 118 of file ftree.hpp.
◆ Notify()
virtual void Notify |
( |
File & | file, |
|
|
Event | event ) |
|
pure virtual |
The virtual notification method.
- Parameters
-
file | The file or directory that was modified. |
event | The type of modification. |
The documentation for this struct was generated from the following file: