Package com.sun.jna.platform.win32
Class W32FileMonitor
- java.lang.Object
- 
- com.sun.jna.platform.FileMonitor
- 
- com.sun.jna.platform.win32.W32FileMonitor
 
 
- 
 public class W32FileMonitor extends FileMonitor 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.sun.jna.platform.FileMonitorFileMonitor.FileEvent, FileMonitor.FileListener
 
- 
 - 
Field Summary- 
Fields inherited from class com.sun.jna.platform.FileMonitorFILE_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 SummaryConstructors Constructor Description W32FileMonitor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()protected voidunwatch(java.io.File file)protected voidwatch(java.io.File file, int eventMask, boolean recursive)- 
Methods inherited from class com.sun.jna.platform.FileMonitoraddFileListener, addWatch, addWatch, addWatch, finalize, getInstance, notify, removeFileListener, removeWatch
 
- 
 
- 
- 
- 
Method Detail- 
watchprotected void watch(java.io.File file, int eventMask, boolean recursive) throws java.io.IOException- Specified by:
- watchin class- FileMonitor
- Throws:
- java.io.IOException
 
 - 
unwatchprotected void unwatch(java.io.File file) - Specified by:
- unwatchin class- FileMonitor
 
 - 
disposepublic void dispose() - Specified by:
- disposein class- FileMonitor
 
 
- 
 
-