|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CrossProcessCursor
| Method Summary | |
|---|---|
void |
fillWindow(int pos,
CursorWindow winow)
copies cursor data into the window start at pos |
CursorWindow |
getWindow()
returns a pre-filled window, return NULL if no such window |
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. |
| Method Detail |
|---|
CursorWindow getWindow()
void fillWindow(int pos,
CursorWindow winow)
boolean onMove(int oldPosition,
int newPosition)
oldPosition - the position that we're moving fromnewPosition - the position that we're moving to
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||