Interface IFileWatchEventListener
-
- All Superinterfaces:
EventListener
public interface IFileWatchEventListener extends EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFileModified(FileEvent event)On Modified file event
-
-
-
Method Detail
-
onFileModified
void onFileModified(FileEvent event)
On Modified file event- Parameters:
event-
-
-