public void clearReturnListeners() {
   this.returnListeners.clear();
   delegate.clearReturnListeners();
 }