Пример #1
0
 @Override
 public void onOutputUpdateAll(Paragraph paragraph, List<InterpreterResultMessage> msgs) {
   if (jobListenerFactory != null) {
     ParagraphJobListener listener = jobListenerFactory.getParagraphJobListener(this);
     if (listener != null) {
       listener.onOutputUpdateAll(paragraph, msgs);
     }
   }
 }