protected class SQLiteAssetPortal.ConnectionTask extends SQLitePortal.ConnectionTask implements java.lang.Runnable
SQLiteAssetPortal to create a persistent connection to
its underlying database on a background thread.| Modifier and Type | Field and Description |
|---|---|
protected SQLiteAssetPortal |
m_dbh
A reference back to the
SQLiteAssetPortal that needs the
connection. |
m_listener| Modifier | Constructor and Description |
|---|---|
protected |
ConnectionTask(SQLitePortal.ConnectionListener l) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
runInBackgroundprotected SQLiteAssetPortal m_dbh
SQLiteAssetPortal that needs the
connection.protected ConnectionTask(SQLitePortal.ConnectionListener l)
public void run()
run in interface java.lang.Runnablerun in class SQLitePortal.ConnectionTask