Uses of Interface
org.apache.commons.finder.FindListener

Packages that use FindListener
org.apache.commons.finder Commons Finder is an implementation of the UNIX command line find tool in Java. 
 

Uses of FindListener in org.apache.commons.finder
 

Methods in org.apache.commons.finder with parameters of type FindListener
 void Finder.addFindListener(FindListener fl)
           
 void FileFinder.addFindListener(FindListener listener)
          Adds a FindListener that is notified when a file is found.
 void Finder.removeFindListener(FindListener fl)
           
 void FileFinder.removeFindListener(FindListener listener)
          Removes a FindListener.
 



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.