| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResultCallback<E>
Callback used to notify indexing clients of query results.
| Method Summary | |
|---|---|
 void | 
done()The end of the results has been reached.  | 
 void | 
result(E e)A new result has been found.  | 
| Method Detail | 
|---|
void result(E e)
            throws java.lang.InterruptedException
e - the new resultjava.lang.InterruptedException - if the callback is interrupted
void done()
          throws java.lang.InterruptedException
java.lang.InterruptedException - if the callback is interrupted
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||