This provides feedback from the ChatWorker to the ChatScreen. More...
Public Member Functions | |
void | recv (String message) |
A chat message from the network to display on screen. | |
void | ccnxServices (boolean ok) |
This provides feedback from the ChatWorker to the ChatScreen.
void org.ccnx.android.apps.chat.ChatCallback.ccnxServices | ( | boolean | ok | ) |
ok | true -> startup of CCNx services succeded, false -> network failure |
Implemented in org.ccnx.android.apps.chat.ChatScreen.