org.sadun.util.polling
Class FileSetFoundEvent

java.lang.Object
  extended byTimeStampedSignal
      extended byorg.sadun.util.polling.BasePollerEvent
          extended byorg.sadun.util.polling.BaseDirectoryEvent
              extended byorg.sadun.util.polling.FileSetFoundEvent

public class FileSetFoundEvent
extends org.sadun.util.polling.BaseDirectoryEvent

Indicates that the poller has found a set of files matching the polling criteria.

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[] getFiles()
           
 
Methods inherited from class org.sadun.util.polling.BasePollerEvent
getPoller
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

directory

protected java.io.File directory
Method Detail

getFiles

public java.io.File[] getFiles()

getDirectory

public java.io.File getDirectory()


Copyright © 1999, 2000 Cristiano Sadun. This software is released under GPL.