|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryCallbackInterface
| Method Summary | |
|---|---|
void |
callbackImplementationException(ImplementationException e)
Performs a callback for a standing query when the query threw a ImplementationException. |
void |
callbackQueryTooLargeException(QueryTooLargeException e)
Performs a callback for a standing query when the query threw a QueryTooLargeException. |
void |
callbackResults(QueryResults resultData)
Performs a callback for a standing query. |
| Method Detail |
|---|
void callbackResults(QueryResults resultData)
resultData - The QueryResults object to be populated.void callbackQueryTooLargeException(QueryTooLargeException e)
e - The QueryTooLargeException to be populatedvoid callbackImplementationException(ImplementationException e)
e - The ImplementationException to be populated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||