Package org.nuxeo.runtime.deploy
Interface FileChangeListener
- All Known Implementing Classes:
ConfigurationDeployer
public interface FileChangeListener
- Author:
- Bogdan Stefanescu
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fileChanged
(FileChangeNotifier.FileEntry entry, long now) Notifies that the given file changed.
-
Method Details
-
fileChanged
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
-