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 onClick (View v)

Static Public Attributes

static final String TAG = "CCNx Service Controller"

Package Attributes

Button allBtn
ProgressDialog pd
Context _ctx
TextView tvCcndStatus
TextView tvRepoStatus
CCNxServiceControl control
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 Fri May 13 16:28:00 2011 for CCNx for Android by  doxygen 1.6.3