|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISearchResult
Interface used by the search engine for returining results.
| Method Summary | |
|---|---|
void |
addResult(java.lang.CharSequence aResult)
Called if the search engine returns a single result. |
void |
endResults()
Called if the search engine is ready with searching. |
void |
showException(java.lang.Exception anExcp)
Shows the given exception. |
void |
startResults()
Called just after the search engine starts. |
| Method Detail |
|---|
void startResults()
void addResult(java.lang.CharSequence aResult)
aResult - single search result.void endResults()
void showException(java.lang.Exception anExcp)
anExcp - the exception to show.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||