public class MapFileListener extends Object implements org.apache.commons.vfs2.FileListener
| Constructor and Description |
|---|
MapFileListener(String organization) |
| 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 MapFileListener(String organization)
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 © 2015. All rights reserved.