6768697071727374757677
public void destroy() { if( null != robot ){ DateRobotThread thread = robot; robot = null; try{ thread.shutdown(); thread.join(); } catch(Exception e) { // just ignore. We're shutting down } }