Regd Event Listeners and Objects to listen to File events

I have a specific requirement wherein, I want to listen to a java.io.File object pointing to a windows directory and keep track of any sub-files and sub-directories. If any new file or directory is created, I want an event object to be fired and captured by an event listener. Are there any classes already provided in the JDK APIs to meet this requirement.

The situation is pretty much like listening to events fired when emails are received on an Exchange Server using Java Mail API MessageListener and MessageEvent.

[531 byte] By [sensible_guya] at [2007-11-27 8:54:28]
# 1
my guess would be a - nosounds too low level for java to support it
mkoryaka at 2007-7-12 21:13:55 > top of Java-index,Java Essentials,New To Java...
# 2
You should get in touch with this guy: http://developer.berlios.de/projects/jfilenotify/Looks like he might need a little help.
kevjavaa at 2007-7-12 21:13:55 > top of Java-index,Java Essentials,New To Java...