306307308309310311312313314315316
// he does not block this thread since we are doing time sensitive // processing of events. executor.execute(new Runnable() { public void run() { if (discoveryListener != null) { discoveryListener.serviceAdded(uri); } } }); } }