com.generationjava.io.find
Class FindEvent
java.lang.Object
|
+--com.generationjava.io.find.FindEvent
- public class FindEvent
- extends java.lang.Object
Event upon which notification is made to a FindListener.
It contains references to the Finder and the Directory in which
the event occured.
Depending on the particular occasion, it may also contain
a set of files or a file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FindEvent
public FindEvent(Finder finder,
java.io.File directory)
FindEvent
public FindEvent(Finder finder,
java.io.File directory,
java.lang.String file)
FindEvent
public FindEvent(Finder finder,
java.io.File directory,
java.lang.String[] files)
getDirectory
public java.io.File getDirectory()
getFinder
public Finder getFinder()
getFile
public java.lang.String getFile()
- File found.
getFiles
public java.lang.String[] getFiles()
- Files found in a directory.
Copyright © 2000-2003 GenerationJava. All Rights Reserved.