Classes | |
class | NonBlockingWorker |
Public Member Functions | |
void | onCreate (Bundle savedInstanceState) |
Called when the activity is first created. | |
void | onStart () |
void | onResume () |
void | onPause () |
void | onDestroy () |
Protected Attributes | |
String | TAG = "NonBlockingStartup" |
NonBlockingWorker | _worker = null |
Thread | _thd = null |
Package Functions | |
void | doExit () |
void | doShutdown () |
void org.ccnx.android.examples.startup.NonBlockingStartup.onCreate | ( | Bundle | savedInstanceState | ) |
Called when the activity is first created.
Reimplemented from org.ccnx.android.examples.startup.StartupBase.