|
JNA API> 3.5.2-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.platform.FileMonitor
com.sun.jna.platform.win32.W32FileMonitor
public class W32FileMonitor
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.jna.platform.FileMonitor |
---|
FileMonitor.FileEvent, FileMonitor.FileListener |
Field Summary |
---|
Fields inherited from class com.sun.jna.platform.FileMonitor |
---|
FILE_ACCESSED, FILE_ANY, FILE_ATTRIBUTES_CHANGED, FILE_CREATED, FILE_DELETED, FILE_MODIFIED, FILE_NAME_CHANGED_NEW, FILE_NAME_CHANGED_OLD, FILE_RENAMED, FILE_SECURITY_CHANGED, FILE_SIZE_CHANGED |
Constructor Summary | |
---|---|
W32FileMonitor()
|
Method Summary | |
---|---|
void |
dispose()
|
protected void |
unwatch(java.io.File file)
|
protected void |
watch(java.io.File file,
int eventMask,
boolean recursive)
|
Methods inherited from class com.sun.jna.platform.FileMonitor |
---|
addFileListener, addWatch, addWatch, addWatch, finalize, getInstance, notify, removeFileListener, removeWatch |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public W32FileMonitor()
Method Detail |
---|
protected void watch(java.io.File file, int eventMask, boolean recursive) throws java.io.IOException
watch
in class FileMonitor
java.io.IOException
protected void unwatch(java.io.File file)
unwatch
in class FileMonitor
public void dispose()
dispose
in class FileMonitor
|
JNA API> 3.5.2-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |