#include <usertable.h>
Public Member Functions | |
EventDispatcher (Inotify *pIn) | |
Constructor. | |
~EventDispatcher () | |
Destructor. | |
void | DispatchEvent (InotifyEvent &rEvt) |
Dispatches an event. | |
void | Register (InotifyWatch *pWatch, UserTable *pTab) |
Registers a watch for an user table. | |
void | Unregister (InotifyWatch *pWatch) |
Unregisters a watch. | |
void | UnregisterAll (UserTable *pTab) |
Unregisters all watches for an user table. |
This class distributes inotify events to appropriate user tables.
|
Constructor.
|
|
Destructor.
|
|
Dispatches an event.
|
|
Registers a watch for an user table.
|
|
Unregisters a watch.
|
|
Unregisters all watches for an user table.
|