CrossProcessCursorpublic interface CrossProcessCursor implements Cursor
Methods Summary |
---|
public void | fillWindow(int pos, CursorWindow winow)copies cursor data into the window start at pos
| public CursorWindow | getWindow()returns a pre-filled window, return NULL if no such window
| public boolean | onMove(int oldPosition, int newPosition)This function is called every time the cursor is successfully scrolled
to a new position, giving the subclass a chance to update any state it
may have. If it returns false the move function will also do so and the
cursor will scroll to the beforeFirst position.
|
|