FileDocCategorySizeDatePackage
CrossProcessCursor.javaAPI DocAndroid 1.5 API1495Wed May 06 22:41:54 BST 2009android.database

CrossProcessCursor

public interface CrossProcessCursor implements Cursor

Fields Summary
Constructors Summary
Methods Summary
public voidfillWindow(int pos, CursorWindow winow)
copies cursor data into the window start at pos

public CursorWindowgetWindow()
returns a pre-filled window, return NULL if no such window

public booleanonMove(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.

param
oldPosition the position that we're moving from
param
newPosition the position that we're moving to
return
true if the move is successful, false otherwise