192193194195196197198199200201202
handler.stop(); } catch (InterruptedException e) { // TODO Auto-generated catch block e.printStackTrace(); } context.removeHandler(handler); found = true; } } } if (!found) {
195196197198199200201202203204205