@SuppressWarnings("deprecation")
 @Deprecated
 public void clearFlowListeners() {
   this.flowListeners.clear();
   delegate.clearFlowListeners();
 }