public interface ISearchRequestor
search(...)
method is called.
This interface is not intended to be implemented by clients.
Modifier and Type | Method and Description |
---|---|
void |
reportMatch(Match match)
Adds a match to the search that issued this particular
ISearchRequestor . |
void reportMatch(Match match)
ISearchRequestor
.match
- The match to be reported.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.