org.ccnx.android.apps.chat.ChatScreen Class Reference
List of all members.
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) |
boolean | onKey (View v, int keyCode, KeyEvent event) |
void | recv (String message) |
| From ChatCallback, when we get a message from CCN.
|
void | ccnxServices (boolean ok) |
| Called by ChatWorker based on CCNx service state.
|
Protected Member Functions |
void | ScreenOutput (String s) |
| In the UI thread, post a message to the screen.
|
void | UiToCcn (String s) |
| Send a message to the network.
|
Protected Attributes |
ChatWorker | _worker |
TextView | tv = null |
ScrollView | sv = null |
Static Protected Attributes |
static final String | TAG = "ChatScreen" |
Member Function Documentation
void org.ccnx.android.apps.chat.ChatScreen.onCreate |
( |
Bundle |
savedInstanceState |
) |
|
Called when the activity is first created.
The documentation for this class was generated from the following file:
- apps/CCNx-Android-Chat/src/org/ccnx/android/apps/chat/ChatScreen.java