de.hillenbrand.io
Class FileNotification

java.lang.Object
  extended byde.hillenbrand.io.FileNotification

public class FileNotification
extends java.lang.Object

A class that notifies when a file (or a directory) has been changed.


Field Summary
static long SLEEP_TIME
           
 
Constructor Summary
FileNotification(java.io.File f, FileChangeListener l)
           
 
Method Summary
 java.io.File getFile()
          Returns the value of the file property.
 void setFile(java.io.File arg)
          Assigns the value of the file property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SLEEP_TIME

public static long SLEEP_TIME
Constructor Detail

FileNotification

public FileNotification(java.io.File f,
                        FileChangeListener l)
Method Detail

getFile

public java.io.File getFile()
Returns the value of the file property.


setFile

public void setFile(java.io.File arg)
Assigns the value of the file property.