it.list.jft.event
Interface QueryRowsEvent

All Superinterfaces:
Event, QueryEvent

public interface QueryRowsEvent
extends QueryEvent

Server-answer to Query.queryRows().

This event must be handled by QueryListener.onQueryRows().


Field Summary
static int RESULT_WRONG_FIRST_ROW
          Failure-code: bad firstRow parameter of Query.queryRows().
static int RESULT_WRONG_ROW_NUMBER
          Failure-code: bad rowNumber parameter of Query.queryRows().
 
Fields inherited from interface Event
RESULT_GENERIC_ERROR, RESULT_OK
 
Method Summary
 
Methods inherited from interface QueryEvent
getQuery
 
Methods inherited from interface Event
getResult
 

Field Detail

RESULT_WRONG_FIRST_ROW

static final int RESULT_WRONG_FIRST_ROW
Failure-code: bad firstRow parameter of Query.queryRows().

See Also:
Constant Field Values

RESULT_WRONG_ROW_NUMBER

static final int RESULT_WRONG_ROW_NUMBER
Failure-code: bad rowNumber parameter of Query.queryRows().

See Also:
Constant Field Values


Submit a bug or feature to FT\API Programming Support<\font>