C# Class StorytellerDocGen.TopicFileWatcher

Inheritance: IDisposable, IChangeSetHandler
Show file Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
FileChangeShouldRegenerateTopicTree ( string file ) : bool
StartWatching ( IBrowserRefresher refresher ) : void
TopicFileWatcher ( DocSettings settings, DocProject project ) : System

Private Methods

Method Description
IChangeSetHandler ( ChangeSet changes ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FileChangeShouldRegenerateTopicTree() public method

public FileChangeShouldRegenerateTopicTree ( string file ) : bool
file string
return bool

StartWatching() public method

public StartWatching ( IBrowserRefresher refresher ) : void
refresher IBrowserRefresher
return void

TopicFileWatcher() public method

public TopicFileWatcher ( DocSettings settings, DocProject project ) : System
settings DocSettings
project DocProject
return System