it.geosolutions.filesystemmonitor.monitor
Interface FileSystemListener

All Superinterfaces:
java.util.EventListener

public interface FileSystemListener
extends java.util.EventListener

Author:
Simone Giannecchini, GeoSolutions

Method Summary
 void onFileSystemEvent(FileSystemEvent fe)
          Called when one of the monitored files are created, deleted or modified.
 

Method Detail

onFileSystemEvent

void onFileSystemEvent(FileSystemEvent fe)
Called when one of the monitored files are created, deleted or modified.

Parameters:
file - File which has been changed.


Copyright © 2006-2012 GeoSolutions. All Rights Reserved.