org.ccnx.android.services.Controller Class Reference

Android UI for controlling CCNx services. More...

Inherits android::app::Activity, and android::view::View::OnClickListener.

List of all members.

Public Member Functions

void onCreate (Bundle savedInstanceState)
void onDestroy ()
void onResume ()
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
TextView deviceIPAddress
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 Thu Feb 16 00:45:14 2012 for CCNx for Android by  doxygen 1.5.6