com.fuxi.javaagent.contentobjects.jnotify
Interface JNotifyListener

All Known Implementing Classes:
JNotifyAdapter

public interface JNotifyListener


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)
           
 

Method Detail

fileCreated

void fileCreated(int wd,
                 String rootPath,
                 String name)

fileDeleted

void fileDeleted(int wd,
                 String rootPath,
                 String name)

fileModified

void fileModified(int wd,
                  String rootPath,
                  String name)

fileRenamed

void fileRenamed(int wd,
                 String rootPath,
                 String oldName,
                 String newName)


Copyright © 2018. All rights reserved.