org.ccnx.android.apps.chat.ChatCallback Interface Reference
This provides feedback from the
ChatWorker to the ChatScreen.
More...
Inherited by org.ccnx.android.apps.chat.ChatScreen.
List of all members.
|
Public Member Functions |
void | recv (String message) |
| A chat message from the network to display on screen.
|
void | ccnxServices (boolean ok) |
Detailed Description
This provides feedback from the
ChatWorker to the ChatScreen.
Member Function Documentation
void org.ccnx.android.apps.chat.ChatCallback.ccnxServices |
( |
boolean |
ok |
) |
|
- Parameters:
-
| ok | true -> startup of CCNx services succeeded, false -> network failure |
The documentation for this interface was generated from the following file:
- apps/CCNx-Android-Chat/src/org/ccnx/android/apps/chat/ChatCallback.java