|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A callback interface to report matches against. This class serves as a bottleneck and minimal interface
to report matches to the Java search infrastructure. Query participants will be passed an
instance of this interface when their search(...)
method is called.
This interface is not intended to be implemented by clients.
Method Summary | |
---|---|
void |
reportMatch(Match match)
Adds a match to the search that issued this particular ISearchRequestor . |
Method Detail |
public void reportMatch(Match match)
ISearchRequestor
.
match
- The match to be reported.
|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |