25262728293031323334
bc = new BroadcastCommunicator(opg); targets = new CountingUI[2]; for (int i = 0; i < targets.length; i++) { final ComManager.AddResult cmar = opg.add( targets[i] = new CountingUI() ); cmar.publicize(); } }