org.sadun.util.polling
Class FileFoundEvent
java.lang.Object
   TimeStampedSignal
TimeStampedSignal
       org.sadun.util.polling.BasePollerEvent
org.sadun.util.polling.BasePollerEvent
           org.sadun.util.polling.BaseDirectoryEvent
org.sadun.util.polling.BaseDirectoryEvent
               org.sadun.util.polling.FileFoundEvent
org.sadun.util.polling.FileFoundEvent
- public class FileFoundEvent- extends org.sadun.util.polling.BaseDirectoryEvent
Indicates that the poller has found a file. Note that an FileSetFoundEvent containing the same file is always notified before this.
 
This event is signalled only if the DirectoryPoller
 returns true when invoking isSendSingleFileEvent().
- Version:
- 1.0
- Author:
- C. Sadun
- See Also:
- Serialized Form
| Field Summary | 
| protected  java.io.File | directory
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
directory
protected java.io.File directory
getFile
public java.io.File getFile()
- 
 
toString
public java.lang.String toString()
- 
 
getDirectory
public java.io.File getDirectory()
- 
 
Copyright © 1999, 2000 Cristiano Sadun. This software is released under GPL.