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
Exception
public void filesCreated(List<File> entries) throws Exception
filesCreated
in interface FileChangeListener
Exception
public void filesModified(List<File> entries) throws Exception
FileChangeListener
filesModified
in interface FileChangeListener
Exception
public void filesRemoved(List<File> entries) throws Exception
filesRemoved
in interface FileChangeListener
Exception
Copyright © 2011 Nuxeo SA. All Rights Reserved.