Public Member Functions | |
void | onCreate (Bundle savedInstanceState) |
Called when the activity is first created. | |
void | onStart () |
void | onResume () |
void | onPause () |
void | onDestroy () |
boolean | onCreateOptionsMenu (Menu menu) |
boolean | onOptionsItemSelected (MenuItem item) |
void | postToUI (String message) |
From ChatCallback, when we get a message from CCN. | |
Protected Member Functions | |
void | openCcn () throws ConfigurationException, IOException, InvalidKeyException |
void | closeCcn () |
void | setupFace () throws CCNDaemonException |
void | ScreenOutput (String s) |
In the UI thread, post a message to the screen. | |
Protected Attributes | |
String | TAG = "StartupBase" |
TextView | tv = null |
ScrollView | sv = null |
SimpleDateFormat | _dateformat = new SimpleDateFormat("HH:mm:ss.S") |
long | _lastScreenOutput = -1 |
long | _firstScreenOutput = -1 |
Object | _outputLock = new Object() |
CCNHandle | _handle = null |
KeyManager | _km = null |
Static Protected Attributes | |
static final String | LOG_LEVEL = "WARNING" |
Package Functions | |
abstract void | doExit () |
abstract void | doShutdown () |
void org.ccnx.android.examples.startup.StartupBase.onCreate | ( | Bundle | savedInstanceState | ) |
Called when the activity is first created.
Reimplemented in org.ccnx.android.examples.startup.BlockingStartup, and org.ccnx.android.examples.startup.NonBlockingStartup.