public abstract class AbstractFileChangeListener extends Object implements FileChangeListener
| Modifier and Type | Field and Description |
|---|---|
static int |
CREATED |
static int |
MODIFIED |
static int |
REMOVED |
| Constructor and Description |
|---|
AbstractFileChangeListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
fileChanged(File file,
int type) |
void |
filesCreated(List<File> entries) |
void |
filesModified(List<File> entries)
Notifies that the given files changed.
|
void |
filesRemoved(List<File> entries) |
public static final int CREATED
public static final int REMOVED
public static final int MODIFIED
public abstract void fileChanged(File file, int type) throws Exception
Exceptionpublic void filesCreated(List<File> entries) throws Exception
filesCreated in interface FileChangeListenerExceptionpublic void filesModified(List<File> entries) throws Exception
FileChangeListenerfilesModified in interface FileChangeListenerExceptionpublic void filesRemoved(List<File> entries) throws Exception
filesRemoved in interface FileChangeListenerExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.