org.sadun.util.polling
Class FileFoundEvent

java.lang.Object
  extended byTimeStampedSignal
      extended byorg.sadun.util.polling.BasePollerEvent
          extended byorg.sadun.util.polling.BaseDirectoryEvent
              extended byorg.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
           
 
Method Summary
 java.io.File getDirectory()
           
 java.io.File getFile()
           
 java.lang.String toString()
           
 
Methods inherited from class org.sadun.util.polling.BasePollerEvent
getPoller
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

directory

protected java.io.File directory
Method Detail

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.