com.generationjava.io.find
Interface FindListener

All Known Implementing Classes:
ClassIndex

public interface FindListener


Method Summary
 void directoryFinished(com.generationjava.io.find.FindEvent findEvent)
          A directory has been finished.
 void directoryStarted(com.generationjava.io.find.FindEvent findEvent)
          A directory has begun to be looked at by a Finder.
 void fileFound(com.generationjava.io.find.FindEvent findEvent)
          A file has been found.
 

Method Detail

directoryStarted

public void directoryStarted(com.generationjava.io.find.FindEvent findEvent)
A directory has begun to be looked at by a Finder.


directoryFinished

public void directoryFinished(com.generationjava.io.find.FindEvent findEvent)
A directory has been finished. The FindEvent will contain an array of the filenames found.


fileFound

public void fileFound(com.generationjava.io.find.FindEvent findEvent)
A file has been found. The FindEvent will contain the filename found.



Copyright © 2000-2003 OSJava. All Rights Reserved.