Separatista
|
#include <automagic.h>
Public Member Functions | |
PathWatcher (AutoMagic *pAutoMagic, Element *pElement, const wchar_t *pPath) | |
virtual void | elementValueChanged (Element *pElement, const wchar_t *pNewValue) |
virtual void | elementCreated (Element *pParent, Element *pChild) |
virtual void | elementDeleted (Element *pElement) |
Protected Attributes | |
const wchar_t * | m_pPath |
AutoMagic * | m_pAutoMagic |
PathWatcher waits until the end element of a full path is created and then notifies an AutoMagic of events.