org.jconfig.event
Class FileListenerEvent

java.lang.Object
  extended byorg.jconfig.event.FileListenerEvent

public class FileListenerEvent
extends java.lang.Object

The FileListenerEvent is the event that is delivered to anyone who who implements the DirectoryListener interface. It is a simple class to provide access to the File object when the File object changes.

Author:
Terry R. Dye

Constructor Summary
FileListenerEvent(java.io.File file)
          Creates a new instance of FileListenerEvent
 
Method Summary
 java.io.File getFile()
          Return the File that triggered this event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileListenerEvent

public FileListenerEvent(java.io.File file)
Creates a new instance of FileListenerEvent

Method Detail

getFile

public java.io.File getFile()
Return the File that triggered this event.



Copyright © 2001-2005 Andreas Mecky, Terry Dye. All Rights Reserved.