org.sadun.util.polling
Class DirectoryLookupStartEvent

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

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

Indicates that the poller is starting to look 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
DirectoryLookupStartEvent(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

DirectoryLookupStartEvent

public DirectoryLookupStartEvent(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.