7778798081828384
public void halt() { try { playbackThread.interrupt(); } catch (RemoteInvocationException e) { throw new MarathonRuntimeException(); } }
126127128129130131132133
public void stopRecording() { try { impl.stopRecording(); } catch (RemoteInvocationException e) { throw new MarathonRuntimeException(); } }
218219220221222223224225
public void stopRecording() { try { eventListener.stopListening(); } catch (RemoteInvocationException e) { throw new MarathonRuntimeException(); } }