Interface SearchResultsListener
-
- All Known Implementing Classes:
SearchReplaceDialog.SearchTask
public interface SearchResultsListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
found(java.util.List<SearchObject> results)
-
-
-
Method Detail
-
found
void found(java.util.List<SearchObject> results)
-
-