@Override
 protected void startedListening() throws Exception {
   super.startedListening();
   this.source.addCommandListener(this);
 }