com.fuxi.javaagent.contentobjects.jnotify
Class JNotifyAdapter

java.lang.Object
  extended by com.fuxi.javaagent.contentobjects.jnotify.JNotifyAdapter
All Implemented Interfaces:
JNotifyListener

public class JNotifyAdapter
extends Object
implements JNotifyListener


Constructor Summary
JNotifyAdapter()
           
 
Method Summary
 void fileCreated(int wd, String rootPath, String name)
           
 void fileDeleted(int wd, String rootPath, String name)
           
 void fileModified(int wd, String rootPath, String name)
           
 void fileRenamed(int wd, String rootPath, String oldName, String newName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNotifyAdapter

public JNotifyAdapter()
Method Detail

fileCreated

public void fileCreated(int wd,
                        String rootPath,
                        String name)
Specified by:
fileCreated in interface JNotifyListener

fileDeleted

public void fileDeleted(int wd,
                        String rootPath,
                        String name)
Specified by:
fileDeleted in interface JNotifyListener

fileModified

public void fileModified(int wd,
                         String rootPath,
                         String name)
Specified by:
fileModified in interface JNotifyListener

fileRenamed

public void fileRenamed(int wd,
                        String rootPath,
                        String oldName,
                        String newName)
Specified by:
fileRenamed in interface JNotifyListener


Copyright © 2018. All rights reserved.