org.sadun.util.polling
Class DirectoryLookupEndEvent

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

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

Indicates that the poller has finished looking for files in a controlled directory.

Version:
1.0
Author:
C. Sadun
See Also:
Serialized Form

Field Summary
protected  java.io.File directory
           
 
Constructor Summary
DirectoryLookupEndEvent(DirectoryPoller poller, java.io.File dir)
           
 
Method Summary
 java.io.File getDirectory()
           
 
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
Constructor Detail

DirectoryLookupEndEvent

public DirectoryLookupEndEvent(DirectoryPoller poller,
                               java.io.File dir)
Method Detail

getDirectory

public java.io.File getDirectory()


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