public | DirectoryWatcher(const String<char>& directoryPath_) |
private void | DirectoryChanged(const String<char>& directoryPath) |
private void | Execute() |
public void | Start() |
public void | Stop() |
private String<char> | directoryPath |
private bool | exiting |
private DirectoryChangeNotifier | notifier |
private Thread | thread |