com.fuxi.javaagent.contentobjects.jnotify.win32
Class JNotifyAdapterWin32

java.lang.Object
  extended by com.fuxi.javaagent.contentobjects.jnotify.win32.JNotifyAdapterWin32
All Implemented Interfaces:
IJNotify

public class JNotifyAdapterWin32
extends Object
implements IJNotify


Constructor Summary
JNotifyAdapterWin32()
           
 
Method Summary
 int addWatch(String path, int mask, boolean watchSubtree, JNotifyListener listener)
           
 boolean removeWatch(int wd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNotifyAdapterWin32

public JNotifyAdapterWin32()
Method Detail

addWatch

public int addWatch(String path,
                    int mask,
                    boolean watchSubtree,
                    JNotifyListener listener)
             throws JNotifyException
Specified by:
addWatch in interface IJNotify
Throws:
JNotifyException

removeWatch

public boolean removeWatch(int wd)
                    throws JNotifyException
Specified by:
removeWatch in interface IJNotify
Throws:
JNotifyException


Copyright © 2018. All rights reserved.