Class FileMonitor

java.lang.Object
com.sun.jna.platform.FileMonitor
Direct Known Subclasses:
W32FileMonitor

public abstract class FileMonitor extends Object
Provides notification of file system changes. Actual capabilities may vary slightly by platform.

Watched files which are removed from the filesystem are no longer watched.

Author:
twall