com.fuxi.javaagent.contentobjects.jnotify
Class JNotifyAdapter
java.lang.Object
com.fuxi.javaagent.contentobjects.jnotify.JNotifyAdapter
- All Implemented Interfaces:
- JNotifyListener
public class JNotifyAdapter
- extends Object
- implements JNotifyListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JNotifyAdapter
public JNotifyAdapter()
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.