Package org.nuxeo.runtime.deploy
Interface FileChangeListener
-
- All Known Implementing Classes:
ConfigurationDeployer
public interface FileChangeListener
- Author:
- Bogdan Stefanescu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fileChanged(FileChangeNotifier.FileEntry entry, long now)
Notifies that the given file changed.
-
-
-
Method Detail
-
fileChanged
void fileChanged(FileChangeNotifier.FileEntry entry, long now)
Notifies that the given file changed.- Parameters:
now
- the time stamp when the change was detected. This value can be used as a notification ID by listeners to avoid multiple processing for notification that will send multiple events
-
-