com.springsource.util.io
Interface FileSystemListener
public interface FileSystemListener
Listener that is notified of file system modifications.
Concurrent Semantics
Implementations must
be threadsafe.
- Since:
- 1.0
- Author:
- Rob Harrop
Method Summary |
void |
onChange(java.lang.String path,
FileSystemEvent event)
Signals an event at the supplied file path. |
onChange
void onChange(java.lang.String path,
FileSystemEvent event)
- Signals an event at the supplied file path.
- Parameters:
path
- the path for which the event occurred.event
- the event that occurred.