public class CustomFSChangeListener extends 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 Exception
fileCreated in interface org.apache.commons.vfs2.FileListenerExceptionpublic void fileDeleted(org.apache.commons.vfs2.FileChangeEvent event)
throws Exception
fileDeleted in interface org.apache.commons.vfs2.FileListenerExceptionCopyright © 2016. All rights reserved.