@Override protected void onPreExecute() { // TODO Auto-generated method stub super.onPreExecute(); _worker = new ChatWorker(context, this); _worker.start("test", "/ccnchat", "10.0.2.2", "9695"); ringProgressDialog = ProgressDialog.show(context, "Proszę czekać ...", "Logowanie ...", true); ringProgressDialog.setCancelable(true); }
protected void UiToCcn(String s) { _worker.send(s); }