C# Class Forseti.Files.FileSystemWatcher

Inheritance: IFileSystemWatcher
Mostrar archivo Open project: dolittle/Forseti

Public Methods

Method Description
FileSystemWatcher ( ) : System
SubscribeToChanges ( FileChanged changed ) : void

Private Methods

Method Description
GetFileChangeStatus ( System e ) : FileChange
NotifySubscribers ( FileChange fileChange, IFile file ) : void
_actualWatcher_Changed ( object sender, FileSystemEventArgs e ) : void
_actualWatcher_Created ( object sender, FileSystemEventArgs e ) : void
_actualWatcher_Renamed ( object sender, RenamedEventArgs e ) : void

Method Details

FileSystemWatcher() public method

public FileSystemWatcher ( ) : System
return System

SubscribeToChanges() public method

public SubscribeToChanges ( FileChanged changed ) : void
changed FileChanged
return void