public class CursorWaiter
extends android.database.DataSetObserver
Cursor cursor = ...;
// Wait for the cursor to retrieve data.
new CursorWaiter(cursor).join()
;
Constructor and Description |
---|
CursorWaiter(android.database.Cursor cursor)
Constructor with a cursor to wait for.
|
Modifier and Type | Method and Description |
---|---|
boolean |
join()
Wait for the cursor to retrieve data.
|
void |
onChanged() |
Copyright © 2016. All rights reserved.