
net.contentobjects.jnotify.JNotifyAdapter Maven / Gradle / Ivy
The newest version!
package net.contentobjects.jnotify;
public class JNotifyAdapter implements JNotifyListener
{
public void fileCreated(int wd, String rootPath, String name)
{
}
public void fileDeleted(int wd, String rootPath, String name)
{
}
public void fileModified(int wd, String rootPath, String name)
{
}
public void fileRenamed(int wd, String rootPath, String oldName, String newName)
{
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy