public class VcsRootScanner extends java.lang.Object implements AsyncVfsEventsListener
Modifier and Type | Method and Description |
---|---|
void |
filesChanged(java.util.List<? extends VFileEvent> events)
Invoked after the given events were applied to the VFS.
|
static void |
start(Project project,
java.util.List<? extends VcsRootChecker> checkers) |
public static void start(Project project, java.util.List<? extends VcsRootChecker> checkers)
public void filesChanged(java.util.List<? extends VFileEvent> events)
AsyncVfsEventsListener
ProgressIndicator
which is cancelled on project disposal,
thus one can call ProgressManager.checkCancelled()
to cancel the background task when the project is disposed.filesChanged
in interface AsyncVfsEventsListener