net.sourceforge.atunes.kernel.modules.cdripper
Interface EncoderProgressListener


public interface EncoderProgressListener

Same as ProgressListener, but for encoder.


Method Summary
 void notifyFileFinished(java.io.File f)
          Notify file finished.
 void notifyProgress(int value)
          Notify progress.
 

Method Detail

notifyFileFinished

void notifyFileFinished(java.io.File f)
Notify file finished.

Parameters:
f - the f

notifyProgress

void notifyProgress(int value)
Notify progress.

Parameters:
value - the value


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.