org.biffle.cliff.pearl2.listeners
Class ProgressFileInfoListener

java.lang.Object
  |
  +--org.biffle.cliff.pearl2.listeners.ProgressFileInfoListener
All Implemented Interfaces:
FileInfoListener

public class ProgressFileInfoListener
extends java.lang.Object
implements FileInfoListener


Constructor Summary
ProgressFileInfoListener(java.lang.String task, ProgressHandler progressH, long totalSize, FileInfoListener target)
           
 
Method Summary
 void addFileInfo(FileInfo info)
          Supplies the listener with another FileInfo object.
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressFileInfoListener

public ProgressFileInfoListener(java.lang.String task,
                                ProgressHandler progressH,
                                long totalSize,
                                FileInfoListener target)
Method Detail

addFileInfo

public void addFileInfo(FileInfo info)
Description copied from interface: FileInfoListener
Supplies the listener with another FileInfo object.

Specified by:
addFileInfo in interface FileInfoListener

stop

public void stop()