public void processEvent(Event E) { if (E.getName().equals("logJoints")) { jointList.add(joints); } }
public void processEvent(Event e) { String name = e.getName(); if (name.equals("touch")) { which_changed.setValue(1 - which_changed.getValue()); } }