org.ccnx.android.services.Controller Class Reference

Android UI for controlling CCNx services. More...

List of all members.

Public Member Functions

void onCreate (Bundle savedInstanceState)
void onDestroy ()
void onResume ()
boolean onCreateOptionsMenu (Menu menu)
boolean onOptionsItemSelected (MenuItem item)
void onClick (View v)
void aboutviewButtonListener (View view)

Static Public Attributes

static final String TAG = "CCNx Service Controller"

Protected Member Functions

void onPause ()

Package Attributes

CCNxServiceCallback cb

Detailed Description

Android UI for controlling CCNx services.


Member Data Documentation

CCNxServiceCallback org.ccnx.android.services.Controller.cb [package]
Initial value:
 new CCNxServiceCallback() {
                public void newCCNxStatus(SERVICE_STATUS st) {
                        _handler.sendEmptyMessage(st.ordinal());
                }
        }

The documentation for this class was generated from the following file:
Generated on Tue Aug 21 14:55:41 2012 for CCNx for Android by  doxygen 1.6.3