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


public interface ProgressListener

The listener interface for receiving progress events.


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.