Пример #1
0
 @Override
 public void onProgressUpdate(Job job, int progress) {
   if (jobListenerFactory != null) {
     ParagraphJobListener listener = jobListenerFactory.getParagraphJobListener(this);
     if (listener != null) {
       listener.onProgressUpdate(job, progress);
     }
   }
 }