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 93 of file ftree.inl.
◆ 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 96 of file ftree.inl.
◆ ~FTreeListener()
virtual alib::files::FTreeListener::~FTreeListener |
( |
| ) |
|
|
inlinevirtual |
Virtual destructor.
Definition at line 103 of file ftree.inl.
◆ Notify()
virtual void alib::files::FTreeListener::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: