@Override
 public synchronized void interrupt() {
   super.interrupt();
   japeTransducer.interrupt();
 }