228229230231232233234235236237238
// 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); } } }); } }