com.fuxi.javaagent.contentobjects.jnotify
Interface IJNotify

All Known Implementing Classes:
JNotifyAdapterLinux, JNotifyAdapterMacOSX, JNotifyAdapterWin32

public interface IJNotify


Method Summary
 int addWatch(String path, int mask, boolean watchSubtree, JNotifyListener listener)
           
 boolean removeWatch(int wd)
           
 

Method Detail

addWatch

int addWatch(String path,
             int mask,
             boolean watchSubtree,
             JNotifyListener listener)
             throws JNotifyException
Throws:
JNotifyException

removeWatch

boolean removeWatch(int wd)
                    throws JNotifyException
Throws:
JNotifyException


Copyright © 2018. All rights reserved.