public interface MatchResultSink
| Modifier and Type | Method and Description |
|---|---|
ProgressIndicator |
getProgressIndicator() |
void |
matchingFinished()
Notifies sink about end of matching.
|
void |
newMatch(MatchResult result)
Notifies sink about new match
|
void |
processFile(PsiFile element)
Notifies sink about starting the matching for given element
|
void |
setMatchingProcess(MatchingProcess matchingProcess)
Sets the reference to the matching process
|
void newMatch(MatchResult result)
result - void processFile(PsiFile element)
element - the current filevoid setMatchingProcess(MatchingProcess matchingProcess)
matchingProcess - the matching process referencevoid matchingFinished()
ProgressIndicator getProgressIndicator()