| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05  | 
|||||||||
| 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 result
java.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 11g Release 2 (11.1.2.4.0) E17493-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||