|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchInstrumentCallback
Called back when a search instrument request succeeds or fails.
Method Summary | |
---|---|
void |
onFailure(FailureResponse failureResponse)
Called when failure occurs. |
void |
onSuccess(java.util.List<Instrument> instruments,
boolean hasMoreResults)
Indicates the instrument search was successfully requested. |
Method Detail |
---|
void onSuccess(java.util.List<Instrument> instruments, boolean hasMoreResults)
instruments
- a page of instruments returned by search.hasMoreResults
- indicates the presence of more pages result.void onFailure(FailureResponse failureResponse)
failureResponse
- Contains information about the failure.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |