org.jlab.coda.jevio
Interface IEvioProgressListener


public interface IEvioProgressListener


Method Summary
 void completed(int num, int total)
          Something is listenening for progress, e.g.
 

Method Detail

completed

void completed(int num,
               int total)
Something is listenening for progress, e.g. the number of events that has been written to XML.

Parameters:
num - the current number,
total - the total number, i.e, we have completed num out of total.