public class CustomFSChangeListener
extends java.lang.Object
implements org.apache.commons.vfs2.FileListener
| Constructor and Description |
|---|
CustomFSChangeListener(LaunchOptions res,
org.apache.commons.configuration.CompositeConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
void |
fileChanged(org.apache.commons.vfs2.FileChangeEvent event) |
void |
fileCreated(org.apache.commons.vfs2.FileChangeEvent event) |
void |
fileDeleted(org.apache.commons.vfs2.FileChangeEvent event) |
public CustomFSChangeListener(LaunchOptions res, org.apache.commons.configuration.CompositeConfiguration config)
public void fileCreated(org.apache.commons.vfs2.FileChangeEvent event)
throws java.lang.Exception
fileCreated in interface org.apache.commons.vfs2.FileListenerjava.lang.Exceptionpublic void fileDeleted(org.apache.commons.vfs2.FileChangeEvent event)
throws java.lang.Exception
fileDeleted in interface org.apache.commons.vfs2.FileListenerjava.lang.Exceptionpublic void fileChanged(org.apache.commons.vfs2.FileChangeEvent event)
throws java.lang.Exception
fileChanged in interface org.apache.commons.vfs2.FileListenerjava.lang.Exception