FileWatcher

Undocumented in source.

Members

Aliases

Callback
alias Callback = void delegate(string file)
Undocumented in source.
FileChangeCallback
alias FileChangeCallback = void delegate()
Undocumented in source.

Classes

Watcher
class Watcher
Undocumented in source.

Static functions

Update
void Update()
Undocumented in source. Be warned that the author may not have intended to support it.
Watch
void Watch(string sourceFile, void delegate() callback)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

callbackList
FileChangeCallback[string] callbackList;
Undocumented in source.
contentWatcher
Watcher contentWatcher;
Undocumented in source.

Meta