org.biffle.cliff.pearl
Interface FileInfoListener

All Known Implementing Classes:
FileInfoCache, FilterFileInfoListener, MaxFIDFileInfoListener, ProgressFileInfoListener, ScrubLost.Tracker, VectorFileInfoListener

public interface FileInfoListener

Used by objects that handle FileInfo callbacks from PearlConnection. When a FileInfoListener is passed as an argument to getAllFileInfo, the object's addFileInfo() function is called for each file.


Method Summary
 void addFileInfo(FileInfo f)
          Supplies the listener with another FileInfo object.
 

Method Detail

addFileInfo

public void addFileInfo(FileInfo f)
Supplies the listener with another FileInfo object.