Method | Description | |
---|---|---|
Handle ( ISyncEvent e ) : bool |
Handle the specified Event if it is FSEvent.
|
|
WatcherConsumer ( ISyncEventQueue queue ) : System |
Initializes a new instance of the WatcherConsumer class.
|
Method | Description | |
---|---|---|
HandleFileEvents ( IFSEvent e ) : void |
Handles the FSEvents of files and creates FileEvents.
|
|
HandleFolderEvents ( IFSEvent e ) : void |
public Handle ( ISyncEvent e ) : bool | ||
e | ISyncEvent | /// The Event. /// |
return | bool |
public WatcherConsumer ( ISyncEventQueue queue ) : System | ||
queue | ISyncEventQueue | /// Queue where the FSEvents and also the FileEvents and FolderEvents are reported. /// |
return | System |