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

java.lang.Object
  extended by com.fuxi.javaagent.contentobjects.jnotify.macosx.JNotify_macosx

public class JNotify_macosx
extends Object


Field Summary
static List<Observer> list
           
static String msg
           
 
Constructor Summary
JNotify_macosx()
           
 
Method Summary
static int addWatch(String path)
           
static void callbackInBatch(int wd, boolean state)
           
static void callbackProcessEvent(int wd, String rootPath, String filePath, boolean recurse)
           
static void notifyObserver()
           
static void registerObserver(Observer o)
           
static boolean removeWatch(int wd)
           
static void setInfomation(String s)
           
static void setNotifyListener(FSEventListener eventListener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

public static List<Observer> list

msg

public static String msg
Constructor Detail

JNotify_macosx

public JNotify_macosx()
Method Detail

registerObserver

public static void registerObserver(Observer o)

notifyObserver

public static void notifyObserver()

setInfomation

public static void setInfomation(String s)

addWatch

public static int addWatch(String path)
                    throws JNotifyException
Throws:
JNotifyException

removeWatch

public static boolean removeWatch(int wd)

callbackProcessEvent

public static void callbackProcessEvent(int wd,
                                        String rootPath,
                                        String filePath,
                                        boolean recurse)

callbackInBatch

public static void callbackInBatch(int wd,
                                   boolean state)

setNotifyListener

public static void setNotifyListener(FSEventListener eventListener)


Copyright © 2018. All rights reserved.