com.fuxi.javaagent.contentobjects.jnotify.macosx
Class JNotifyAdapterMacOSX

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

public class JNotifyAdapterMacOSX
extends Object
implements IJNotify


Constructor Summary
JNotifyAdapterMacOSX()
           
 
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

JNotifyAdapterMacOSX

public JNotifyAdapterMacOSX()
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.