org.biffle.cliff.pearl.tools
Class ScrubLost.Tracker

java.lang.Object
  |
  +--org.biffle.cliff.pearl.tools.ScrubLost.Tracker
All Implemented Interfaces:
FileInfoListener
Enclosing class:
ScrubLost

public static class ScrubLost.Tracker
extends java.lang.Object
implements FileInfoListener


Constructor Summary
ScrubLost.Tracker()
           
 
Method Summary
 void addFileInfo(FileInfo f)
          Supplies the listener with another FileInfo object.
 int getCount()
           
 java.util.Vector getFIDs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScrubLost.Tracker

public ScrubLost.Tracker()
Method Detail

addFileInfo

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

Specified by:
addFileInfo in interface FileInfoListener

getFIDs

public java.util.Vector getFIDs()

getCount

public int getCount()