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