|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.dictccfe.and.DictAndActivity.LVUpdater
private final class DictAndActivity.LVUpdater
Used for updating the list view. Used in connection with the Handler m_handler and background threads in order to make updates of the ListView element possible from threads. See also http://developer.android.com/guide/appendix/faq/commontasks.html#threading for more hints.
| Field Summary | |
|---|---|
private android.widget.ArrayAdapter<java.lang.CharSequence> |
m_adapter
The adapter to update. |
| Constructor Summary | |
|---|---|
DictAndActivity.LVUpdater(android.widget.ArrayAdapter<java.lang.CharSequence> anAdapter)
Initializes the class with the given adapter. |
|
| Method Summary | |
|---|---|
void |
run()
Updates the adapter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final android.widget.ArrayAdapter<java.lang.CharSequence> m_adapter
| Constructor Detail |
|---|
public DictAndActivity.LVUpdater(android.widget.ArrayAdapter<java.lang.CharSequence> anAdapter)
| Method Detail |
|---|
public final void run()
run in interface java.lang.Runnable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||