Example #1
0
 public static boolean removeWatch(int watchId) throws JNotifyException {
   return _instance.removeWatch(watchId);
 }
Example #2
0
 public static int addWatch(String path, int mask, boolean watchSubtree, JNotifyListener listener)
     throws JNotifyException {
   return _instance.addWatch(path, mask, watchSubtree, listener);
 }